Author: dpillot
Date: Fri Aug 18 14:40:11 2006
New Revision: 1068
URL:
https://svndev.jahia.net/websvn/listing.php?sc=1&rev=1068&repname=corporate_portal_templates
Log:
make script compliant on safari
Modified:
trunk/src/view/jsp/include/header.inc
Modified: trunk/src/view/jsp/include/header.inc
URL:
https://svndev.jahia.net/websvn/diff.php?path=/trunk/src/view/jsp/include/header.inc&rev=1068&repname=corporate_portal_templates
==============================================================================
--- trunk/src/view/jsp/include/header.inc (original)
+++ trunk/src/view/jsp/include/header.inc Fri Aug 18 14:40:11 2006
@@ -158,9 +158,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;
}