Template:CSS/UT-Tokyo/Counter/Contents
From 2014.igem.org
(Difference between revisions)
Pineappler (Talk | contribs) |
Pineappler (Talk | contribs) |
||
Line 593: | Line 593: | ||
var huga = setInterval(function(){ | var huga = setInterval(function(){ | ||
if(hoge == 1){ | if(hoge == 1){ | ||
+ | clearInterval(hoge); | ||
if(typeof link !== "undefined"){ | if(typeof link !== "undefined"){ | ||
if(link == "top"){ | if(link == "top"){ | ||
Line 610: | Line 611: | ||
} | } | ||
} | } | ||
- | |||
} | } | ||
},500); | },500); |