Skip to content

Commit 85acf57

Browse files
authored
Update hitNJLZ.html
1 parent 0acbb8f commit 85acf57

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
@@ -44,7 +44,7 @@
4444
var t1;
4545

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

0 commit comments

Comments
 (0)