summaryrefslogtreecommitdiffstats
path: root/abs/extra/mythexpress/mythexpress.html
diff options
context:
space:
mode:
Diffstat (limited to 'abs/extra/mythexpress/mythexpress.html')
-rwxr-xr-xabs/extra/mythexpress/mythexpress.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/abs/extra/mythexpress/mythexpress.html b/abs/extra/mythexpress/mythexpress.html
index d9dd9a3..8302e5a 100755
--- a/abs/extra/mythexpress/mythexpress.html
+++ b/abs/extra/mythexpress/mythexpress.html
@@ -10,7 +10,7 @@ function r()
function express()
{
current_hostname=parent.location.hostname
- top.frames["content"].location.href = ( "http://" + current_hostname + ":6565" ) ;
+ window.location.href = ( "http://" + current_hostname + ":6565" ) ;
}
@@ -27,4 +27,4 @@ function remyth()
<body onload="JavaScript:express();">
</body>
-</html> \ No newline at end of file
+</html>