Skip to content

Commit 71f74ee

Browse files
authored
Merge pull request #1260 from Moonquit/patch-1
Update index.html
2 parents db7092c + 4aca7cf commit 71f74ee

File tree

1 file changed

+0
-2
lines changed
  • 2-ui/1-document/07-modifying-document/10-clock-setinterval/solution.view

1 file changed

+0
-2
lines changed

2-ui/1-document/07-modifying-document/10-clock-setinterval/solution.view/index.html

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,6 @@
5050
function clockStop() {
5151
clearInterval(timerId);
5252
}
53-
54-
clockStart();
5553
</script>
5654

5755
<!-- клик по этой кнопке вызовет clockStart() -->

0 commit comments

Comments
 (0)