combined.js is a generated file, removing from repo; don't force user setting of...
[evergreen-equinox.git] / Open-ILS / web / opac / skin / kcls / js / misc.js
index 9059a17..1778779 100644 (file)
@@ -41,6 +41,7 @@ function mySuperInitFunction() {
        anonListCache = isTrue(list)?list:[];
        if(anonListCache.length) try { unHideMe($('cacheListLink')); } catch(e){}
        
+    /* overkill
        if(G.user && G.user.prefs[PREF_DEF_LOCATION]!="1") {
          G.user.prefs[PREF_DEF_LOCATION]="1";
          LOCATION = "1";
@@ -48,6 +49,7 @@ function mySuperInitFunction() {
          setSelector($('depth_selector'),      getLocation());
          _newlocation = getLocation();
        }
+    */
 }
 
 function setCacheValue(field, value, timeout) {