Skip to content

Commit 192160d

Browse files
authored
Update hitNJLZ.html
1 parent b2223f1 commit 192160d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/hitNJLZ.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
$("#njlzframe").attr('src', $("#njlzframe").attr('src'));
1111
}
1212
$("#start").click(function(){
13-
t1 = window.setInterval(loadf(),10);
13+
t1 = window.setInterval("loadf()",100);
1414
//$("#njlzframe").attr('src', $("#njlzframe").attr('src'));
1515
});
1616
$("#end").click(function(){

0 commit comments

Comments
 (0)