Skip to content

Commit 63ac80c

Browse files
authored
Update index.js
1 parent fea0cb8 commit 63ac80c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

index.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
function change_url(url) {
22
if (url !== "") {
33
document.getElementById("iframe").src = url
4-
document.frames('iframe').location.reload()
4+
document.getElementById('iframe').location.reload()
55
}
6-
}
6+
}

0 commit comments

Comments
 (0)