Skip to content

Commit acf474a

Browse files
authored
Update hitNJLZ.html
1 parent 5667df2 commit acf474a

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

test/hitNJLZ.html

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
t1 = setInterval(loadf(),10);
1313
});
1414
$("#end").click(function(){
15-
clearInterval(t1);
15+
t1 = clearInterval(t1);
1616
});
1717

1818
});
@@ -27,8 +27,7 @@
2727
frameborder="1"
2828
scrolling="auto"
2929
width="90%" height="90%"
30-
style="position:absolute;margin:10% 10%;"
31-
seamless
30+
style="position:absolute;margin:5% 5%;"
3231
></iframe>
3332
</body>
3433
</html>

0 commit comments

Comments
 (0)