changeset 28:39ee473b4711 MAIN

Error calling navigation_ie
author robcast
date Tue, 05 Feb 2002 20:48:05 +0100
parents dd49040ae5a5
children b72385d8d859
files client/digitallibrary/digilib.jsp
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/client/digitallibrary/digilib.jsp	Thu Jan 17 19:15:19 2002 +0100
+++ b/client/digitallibrary/digilib.jsp	Tue Feb 05 20:48:05 2002 +0100
@@ -28,7 +28,7 @@
 } else if (navigator.appName.toLowerCase() == "netscape") {
 	top.document.write('<script src="navigation_n6.js"><\/script>');
 } else if ((navigator.appName.toLowerCase() == "microsoft internet explorer") && (parseFloat(navigator.appVersion) >= 4.0)) {
-	top.document.write('<script src="navigation11_ie.js"><\/script>');
+	top.document.write('<script src="navigation_ie.js"><\/script>');
 } else {
 	alert('Your browser is not directly supported by this client right now.\n\nLoading now the optimised version for Netscape 6, that sticks the most to the w3c specifications.');
 	top.document.write('<script src="navigation_n6.js"><\/script>');