Template:Team:KIT-Kyoto/hp

From 2014.igem.org

(Difference between revisions)
Line 33: Line 33:
var stopfunc = $("#stop").hasClass("stop");
var stopfunc = $("#stop").hasClass("stop");
if(stopfunc){
if(stopfunc){
-
clearInterval(slide1);
+
clearInterval(loop1);
-
clearInterval(slide2);
+
clearInterval(loop2);
$("#stop").removeClass('stop');
$("#stop").removeClass('stop');
}else {
}else {

Revision as of 12:54, 30 September 2014