From 82f5b83490116f6ae860754f6562273e3cc1767e Mon Sep 17 00:00:00 2001 From: Teddy Wing Date: Thu, 15 Nov 2018 00:07:51 +0100 Subject: index.html: Add Paddle checkout JavaScript Clicking on the "Buy" button brings up the Paddle checkout modal overlay. --- index.html | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/index.html b/index.html index 69ca377..dd6ec05 100644 --- a/index.html +++ b/index.html @@ -48,7 +48,8 @@ class="buy-button button button-magenta padding-top-9 padding-bottom-9 - position-absolute right-0 bottom-0"> + position-absolute right-0 bottom-0" + onclick="Paddle.Checkout.open({ product: 544591 })"> Buy ($15) @@ -107,5 +108,10 @@ cmd <Play> osascript -e 'activate application "Terminal"' -e 'tell applica Licenses are valid for all 1.x releases of the program.
+ + +