diff options
author | Pablo Saratxaga <pablo@mandriva.com> | 2005-07-29 06:20:49 +0000 |
---|---|---|
committer | Pablo Saratxaga <pablo@mandriva.com> | 2005-07-29 06:20:49 +0000 |
commit | 43f258d9ed37cc6f693a256c44519134e978ff07 (patch) | |
tree | 1eb20de3d0a255b4e5e6849c9a5bc58cc3adb384 /HTML | |
parent | 9af9f292cac5c184960758d36968fbab9901e7c2 (diff) | |
download | indexhtml-43f258d9ed37cc6f693a256c44519134e978ff07.tar indexhtml-43f258d9ed37cc6f693a256c44519134e978ff07.tar.gz indexhtml-43f258d9ed37cc6f693a256c44519134e978ff07.tar.bz2 indexhtml-43f258d9ed37cc6f693a256c44519134e978ff07.tar.xz indexhtml-43f258d9ed37cc6f693a256c44519134e978ff07.zip |
deactivated js loading of external page (until a proper portal is available)
Diffstat (limited to 'HTML')
-rw-r--r-- | HTML/testonline.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/HTML/testonline.html b/HTML/testonline.html index 223148a..c447398 100644 --- a/HTML/testonline.html +++ b/HTML/testonline.html @@ -6,7 +6,7 @@ if( lang != null ) url += '?wslang='+lang; if( isRemoteAvail ) parent.location=url; } - function imgLoad() { isRemoteAvail = true; } + function imgLoad() { isRemoteAvail = false; } function imgError() { isRemoteAvail = false; } window.alert = function() {} --></script><img src="http://images.mandriva.com/images/donotremove.png" onerror="imgError();" onload="imgLoad();" /></body></html> |