diff options
author | Britney Fransen <brfransen@gmail.com> | 2016-04-28 15:39:35 (GMT) |
---|---|---|
committer | Britney Fransen <brfransen@gmail.com> | 2016-04-28 15:39:35 (GMT) |
commit | 3440ea7444495de8f38aad0d19d007cc5d934473 (patch) | |
tree | 04c9d605d15303dd2cea3e85a9180fc75bc23ca9 /abs/extra/mythexpress/mythexpress.html | |
parent | 65bb91f1fbd6e4237dbeaed44790a35afbcea2bf (diff) | |
download | linhes_pkgbuild-3440ea7444495de8f38aad0d19d007cc5d934473.zip linhes_pkgbuild-3440ea7444495de8f38aad0d19d007cc5d934473.tar.gz linhes_pkgbuild-3440ea7444495de8f38aad0d19d007cc5d934473.tar.bz2 |
mythexpress: update to latest
add mythprotocol.js patch to work with .28
Diffstat (limited to 'abs/extra/mythexpress/mythexpress.html')
-rwxr-xr-x | abs/extra/mythexpress/mythexpress.html | 4 |
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> |