Skip to content

Commit 6987eba

Browse files
Bugfix
1 parent 646899c commit 6987eba

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
@@ -83,7 +83,7 @@ <h2>HTML, CSS, & JS Internet Browser</h2>
8383
// ---------- utils ----------
8484

8585
function openLink(url){
86-
window.open(url)
86+
window.open(url,"_top")
8787
}
8888

8989
function getUrlbar(){

0 commit comments

Comments
 (0)