From 43f258d9ed37cc6f693a256c44519134e978ff07 Mon Sep 17 00:00:00 2001 From: Pablo Saratxaga Date: Fri, 29 Jul 2005 06:20:49 +0000 Subject: deactivated js loading of external page (until a proper portal is available) --- HTML/testonline.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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() {} --> -- cgit v1.2.1