Index: trunk/kernel/admin/include/toolbar/catselect.php =================================================================== diff -u -r13 -r101 --- trunk/kernel/admin/include/toolbar/catselect.php (.../catselect.php) (revision 13) +++ trunk/kernel/admin/include/toolbar/catselect.php (.../catselect.php) (revision 101) @@ -356,7 +356,7 @@ if(attr.length>0) path = path + '?'+attr; - alert(path); + //alert(path); window.location.href=path; return true; } Index: trunk/admin/cat_select.php =================================================================== diff -u -r13 -r101 --- trunk/admin/cat_select.php (.../cat_select.php) (revision 13) +++ trunk/admin/cat_select.php (.../cat_select.php) (revision 101) @@ -98,8 +98,10 @@ $envar = "env=" . BuildEnv(); $m_var_list_update["cat"] = 0; -$homeURL = $_SERVER["PHP_SELF"]."?".$envar; +//$homeURL = $_SERVER["PHP_SELF"]."?".$envar; +$homeURL = "javascript:AdminCatNav('".$_SERVER["PHP_SELF"]."?env=".BuildEnv()."');"; + if((int)$_GLOBALS["debuglevel"]) echo $homeURL."
\n"; unset($m_var_list_update["cat"]);