Index: trunk/kernel/admin_templates/incs/catalog.js =================================================================== diff -u -r5194 -r5296 --- trunk/kernel/admin_templates/incs/catalog.js (.../catalog.js) (revision 5194) +++ trunk/kernel/admin_templates/incs/catalog.js (.../catalog.js) (revision 5296) @@ -158,7 +158,10 @@ this.setViewMenu(this.ActivePrefix); setCookie(this.CookiePrefix + 'active_prefix', this.ActivePrefix); - // this.TabRegistry.length == 1 + this.refreshTab($prefix, $div_id); +} + +Catalog.prototype.refreshTab = function($prefix, $div_id) { var $cat_id = get_hidden_field('m_cat_id'); var $tab_cat_id = document.getElementById($div_id).getAttribute('category_id'); if ($cat_id != $tab_cat_id) {