Author: dpillot
Date: Fri Aug 18 14:39:08 2006
New Revision: 347
URL:
https://svndev.jahia.net/websvn/listing.php?sc=1&rev=347&repname=corporate_portal_templates_v2
Log:
make script compliant on safari
Modified:
trunk/src/jsp/common/top.inc
Modified: trunk/src/jsp/common/top.inc
URL:
https://svndev.jahia.net/websvn/diff.php?path=/trunk/src/jsp/common/top.inc&rev=347&repname=corporate_portal_templates_v2
==============================================================================
--- trunk/src/jsp/common/top.inc (original)
+++ trunk/src/jsp/common/top.inc Fri Aug 18 14:39:08 2006
@@ -177,9 +177,11 @@
theUrl += "&"+invEsiMarker;
}
document.write("Invalidating cache for this page...");
+ document.close();
}
else {
document.write("The current URL["+theUrl+"] already contains
["+invEsiMarker+"] when it shouldn't");
+ document.close();
}
window.location.href = theUrl;
}