Skip to content

Commit 4ac987d

Browse files
committed
Update index.html
1 parent d6d9ed0 commit 4ac987d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
})();
2929

3030
</script>
31-
<script>$('a').click(alert(123))</script>
31+
<script>$('a').click(function(){alert(123)})</script>
3232
</head>
3333
<body>
3434

0 commit comments

Comments
 (0)