Skip to content

Commit 18acbae

Browse files
author
Justin M
committed
updates
1 parent 97f6b7b commit 18acbae

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,9 +56,7 @@ <h6> SPECIAL THANKS TO OUR SUPPORTERS</h6>
5656
<li>Qicheng Gao</li>
5757
</ul>
5858
</div>
59-
<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">
60-
61-
</a>
59+
<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>
6260
</div>
6361
</div>
6462
<div class="diff-inputs">
@@ -130,8 +128,10 @@ <h6> SPECIAL THANKS TO OUR SUPPORTERS</h6>
130128

131129
function initAd() {
132130
var imgNum = Math.floor(Math.random() * Math.floor(3)) + 1;
131+
var ref = ['5c0way', '4e41pq', '3t6gmo'];
133132
var img = '<img src="/img/pulsewave-spot'+imgNum+'.png" alt="PulseWave - Audible for news." width="166" height="300"/>';
134133
$('.bottom-left-image-link').html(img);
134+
$('.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]);
135135
}
136136

137137
function toggleLightTheme() {

0 commit comments

Comments
 (0)