aboutsummaryrefslogtreecommitdiffstats
path: root/template/yoga/theme/admin/themeconf.inc.php
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--template/yoga/theme/admin/themeconf.inc.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/template/yoga/theme/admin/themeconf.inc.php b/template/yoga/theme/admin/themeconf.inc.php
index 5a6450e82..f1f0d90e0 100644
--- a/template/yoga/theme/admin/themeconf.inc.php
+++ b/template/yoga/theme/admin/themeconf.inc.php
@@ -24,6 +24,7 @@ function selected_admin_menu()
}
return 2;
case 'comments':
+ case 'upload':
case 'thumbnail':
case 'rating':
case 'tags':
@@ -63,7 +64,7 @@ $themeconf = array(
jQuery().ready(function(){
jQuery(\'#menubar\').accordion({
header: "dt.rdion",
- event: "mouseover",
+ event: "click",
active: '. selected_admin_menu() . '
});
});