summaryrefslogtreecommitdiffstats
path: root/abs/extra/mythexpress/mythexpress.html
diff options
context:
space:
mode:
authorBritney Fransen <brfransen@gmail.com>2016-04-28 15:39:35 (GMT)
committerBritney Fransen <brfransen@gmail.com>2016-04-28 15:39:35 (GMT)
commit3440ea7444495de8f38aad0d19d007cc5d934473 (patch)
tree04c9d605d15303dd2cea3e85a9180fc75bc23ca9 /abs/extra/mythexpress/mythexpress.html
parent65bb91f1fbd6e4237dbeaed44790a35afbcea2bf (diff)
downloadlinhes_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-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>