Skip to content

Commit f71397d

Browse files
authored
Update hitNJLZ.html
1 parent 9cac96b commit f71397d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

test/hitNJLZ.html

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

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

0 commit comments

Comments
 (0)