summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--HTML/testonline.html2
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>