[Slim-Checkins] r10638 - /trunk/server/HTML/EN/html/common.js

kdf at svn.slimdevices.com kdf at svn.slimdevices.com
Thu Nov 9 00:22:23 PST 2006


Author: kdf
Date: Thu Nov  9 00:22:23 2006
New Revision: 10638

URL: http://svn.slimdevices.com?rev=10638&view=rev
Log:
Description: missed a )

Modified:
    trunk/server/HTML/EN/html/common.js

Modified: trunk/server/HTML/EN/html/common.js
URL: http://svn.slimdevices.com/trunk/server/HTML/EN/html/common.js?rev=10638&r1=10637&r2=10638&view=diff
==============================================================================
--- trunk/server/HTML/EN/html/common.js (original)
+++ trunk/server/HTML/EN/html/common.js Thu Nov  9 00:22:23 2006
@@ -151,7 +151,7 @@
 	
 	if (doc.location.href.indexOf('setup')   == -1 &&
 	    doc.location.href.indexOf('home')    == -1 &&
-	    doc.location.href.indexOf('settings' == -1) {
+	    doc.location.href.indexOf('settings' == -1)) {
 
 		for (var j=0;j < doc.document.links.length; j++) {
 			var myString = new String(doc.document.links[j].href);



More information about the checkins mailing list