Skip to content

Commit 6d2b959

Browse files
authored
Update task.md
1 parent fcf12e4 commit 6d2b959

File tree

1 file changed

+1
-1
lines changed
  • 2-ui/2-events/04-default-browser-action/1-why-return-false-fails

1 file changed

+1
-1
lines changed

2-ui/2-events/04-default-browser-action/1-why-return-false-fails/task.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Why in the code below `return false` doesn't work at all?
1414
}
1515
</script>
1616

17-
<a href="http://w3.org" onclick="handler()">the browser will go to w3.org</a>
17+
<a href="https://w3.org" onclick="handler()">the browser will go to w3.org</a>
1818
```
1919

2020
The browser follows the URL on click, but we don't want it.

0 commit comments

Comments
 (0)