Skip to content

Commit 50bcddd

Browse files
authored
Update hitNJLZ.html
1 parent dc134fe commit 50bcddd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/hitNJLZ.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@
4444
var t1;
4545

4646
$("#start").click(function(){
47-
alert($("#num").value);
48-
t1 = window.setInterval("loadf()",10);//parseInt($("#num").value,10)
47+
//alert($("#num").value);
48+
t1 = window.setInterval("loadf()",100);//parseInt($("#num").value,10)
4949
//$("#njlzframe").attr('src', $("#njlzframe").attr('src'));
5050
});
5151
$("#end").click(function(){

0 commit comments

Comments
 (0)