all done? everything looks pretty good in ie, chrome, and ff
[evergreen-equinox.git] / Open-ILS / web / opac / skin / kcls / js / advanced.js
index 7a824f1..78eb204 100644 (file)
@@ -4,6 +4,8 @@ attachEvt("common", "run", advInit);
 
 function advInit() { 
 
+    __setsortsel();
+
        unHideMe($('adv_search_parent'));
        /* propogate these? */
 
@@ -191,5 +193,3 @@ function __setsortsel() {
         $("adv_global_sort_dir").selectedIndex = 0;
     } else $("adv_global_sort_dir").disabled = false;
 }
-
-__setsortsel();