Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
  • Loading branch information
Justin M committed Oct 16, 2023
1 parent 97f6b7b commit 18acbae
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,7 @@ <h6> SPECIAL THANKS TO OUR SUPPORTERS</h6>
<li>Qicheng Gao</li>
</ul>
</div>
<a class="bottom-left-image-link" href="https://www.kickstarter.com/projects/blit-labs/pulsewave-hear-the-news-in-your-own-way-every-day" title="PulseWave - Audible for news." target="_blank">

</a>
<a class="bottom-left-image-link" href="https://www.kickstarter.com/projects/blit-labs/pulsewave-hear-the-news-in-your-own-way-every-day" title="PulseWave - Audible for news." target="_blank"></a>
</div>
</div>
<div class="diff-inputs">
Expand Down Expand Up @@ -130,8 +128,10 @@ <h6> SPECIAL THANKS TO OUR SUPPORTERS</h6>

function initAd() {
var imgNum = Math.floor(Math.random() * Math.floor(3)) + 1;
var ref = ['5c0way', '4e41pq', '3t6gmo'];
var img = '<img src="/img/pulsewave-spot'+imgNum+'.png" alt="PulseWave - Audible for news." width="166" height="300"/>';
$('.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() {
Expand Down

0 comments on commit 18acbae

Please sign in to comment.