[open-ils-commits] r9461 - trunk/Open-ILS/web/opac/common/js
svn at svn.open-ils.org
svn at svn.open-ils.org
Sun Apr 27 21:50:59 EDT 2008
Author: dbs
Date: 2008-04-27 21:11:04 -0400 (Sun, 27 Apr 2008)
New Revision: 9461
Modified:
trunk/Open-ILS/web/opac/common/js/utils.js
Log:
Kill one JavaScript warning for an apparent typo
Modified: trunk/Open-ILS/web/opac/common/js/utils.js
===================================================================
--- trunk/Open-ILS/web/opac/common/js/utils.js 2008-04-26 18:05:58 UTC (rev 9460)
+++ trunk/Open-ILS/web/opac/common/js/utils.js 2008-04-28 01:11:04 UTC (rev 9461)
@@ -111,7 +111,7 @@
/* ------------------------------------------------------------------------------------------- */
/* detect my browser */
-var isMac, NS, NS4, NS6, IE, IE4, IE4mac, IE4plus, IE5, IE5plus, IE6, IEMajor, ver4;
+var isMac, NS, NS4, NS6, IE, IE4, IEmac, IE4plus, IE5, IE5plus, IE6, IEMajor, ver4;
function detect_browser() {
isMac = (navigator.appVersion.indexOf("Mac")!=-1) ? true : false;
More information about the open-ils-commits
mailing list