We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fea0cb8 commit 63ac80cCopy full SHA for 63ac80c
index.js
@@ -1,6 +1,6 @@
1
function change_url(url) {
2
if (url !== "") {
3
document.getElementById("iframe").src = url
4
- document.frames('iframe').location.reload()
+ document.getElementById('iframe').location.reload()
5
}
6
-}
+}
0 commit comments