Index: branches/RC/core/admin_templates/js/catalog.js =================================================================== diff -u -N -r11667 -r11748 --- branches/RC/core/admin_templates/js/catalog.js (.../catalog.js) (revision 11667) +++ branches/RC/core/admin_templates/js/catalog.js (.../catalog.js) (revision 11748) @@ -1,4 +1,5 @@ -function Catalog($url_mask, $cookie_prefix, $tab_shift) { +function Catalog($url_mask, $cookie_prefix, $type) { + this.type = $type; this.CookiePrefix = $cookie_prefix ? $cookie_prefix : ''; this.BusyRequest = new Array(); this.URLMask = $url_mask;