From 18acbaefa552dbe901afbf79123603454e177828 Mon Sep 17 00:00:00 2001 From: Justin M Date: Mon, 16 Oct 2023 06:40:34 -0600 Subject: [PATCH] updates --- index.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/index.html b/index.html index d9b2807..ca398ce 100644 --- a/index.html +++ b/index.html @@ -56,9 +56,7 @@
SPECIAL THANKS TO OUR SUPPORTERS
  • Qicheng Gao
  • - - - +
    @@ -130,8 +128,10 @@
    SPECIAL THANKS TO OUR SUPPORTERS
    function initAd() { var imgNum = Math.floor(Math.random() * Math.floor(3)) + 1; + var ref = ['5c0way', '4e41pq', '3t6gmo']; var img = 'PulseWave - Audible for news.'; $('.bottom-left-image-link').html(img); + $('.bottom-left-image-link').get(0).href = 'https://www.kickstarter.com/projects/blit-labs/pulsewave-hear-the-news-in-your-own-way-every-day?ref=' + (ref[imgNum - 1]); } function toggleLightTheme() {