File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -56,9 +56,7 @@ <h6> SPECIAL THANKS TO OUR SUPPORTERS</h6>
56
56
< li > Qicheng Gao</ li >
57
57
</ ul >
58
58
</ 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 >
62
60
</ div >
63
61
</ div >
64
62
< div class ="diff-inputs ">
@@ -130,8 +128,10 @@ <h6> SPECIAL THANKS TO OUR SUPPORTERS</h6>
130
128
131
129
function initAd ( ) {
132
130
var imgNum = Math . floor ( Math . random ( ) * Math . floor ( 3 ) ) + 1 ;
131
+ var ref = [ '5c0way' , '4e41pq' , '3t6gmo' ] ;
133
132
var img = '<img src="/img/pulsewave-spot' + imgNum + '.png" alt="PulseWave - Audible for news." width="166" height="300"/>' ;
134
133
$ ( '.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 ] ) ;
135
135
}
136
136
137
137
function toggleLightTheme ( ) {
You can’t perform that action at this time.
0 commit comments