diff options
Diffstat (limited to 'lib')
-rw-r--r-- | lib/javascript-base.js | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/javascript-base.js b/lib/javascript-base.js index 19195409..4f7ef55d 100644 --- a/lib/javascript-base.js +++ b/lib/javascript-base.js @@ -90,7 +90,8 @@ function reload_util() { document.getElementById('util_iframe').contentWindow.location.reload(true); } function reload_util2(target) { - document.getElementById('util_iframe').contentWindow.location.href = target; + //document.getElementById('util_iframe').contentWindow.location.href = target; + document.location.href = target; } function popup_art(url) { |