Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
mattreaganmozilla authored Oct 19, 2024
1 parent 6cbf0a4 commit 06e7ecd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<title>Click Me</title>
</head>
<body>
<a href="#" onclick="go2(); return false;">Click Me</a>
<a href="#" onclick="go(); return false;">Click Me</a>

<script>
function go(){
Expand Down

0 comments on commit 06e7ecd

Please sign in to comment.