Skip to content

Commit be608a6

Browse files
authored
Update hitNJLZ.html
1 parent 8055d80 commit be608a6

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

test/hitNJLZ.html

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,12 @@
99
$("#njlzframe").attr('src', $("#njlzframe").attr('src'));
1010
}
1111
$("#start").click(function(){
12-
t1 = setInterval(loadf(),10);
12+
//t1 = setInterval(loadf(),10);
13+
$("#njlzframe").attr('src', $("#njlzframe").attr('src'));
1314
});
1415
$("#end").click(function(){
15-
t1 = clearInterval(t1);
16+
//t1 = clearInterval(t1);
17+
$("#njlzframe").attr('src', $("#njlzframe").attr('src'));
1618
});
1719

1820
});

0 commit comments

Comments
 (0)