Index: branches/5.1.x/core/admin_templates/js/catalog.js =================================================================== diff -u -N -r14241 -r14513 --- branches/5.1.x/core/admin_templates/js/catalog.js (.../catalog.js) (revision 14241) +++ branches/5.1.x/core/admin_templates/js/catalog.js (.../catalog.js) (revision 14513) @@ -152,8 +152,7 @@ } Catalog.prototype.errorCallback = function($request, $params, $object) { -// $Debugger.ShowProps($request, 'req'); - alert('AJAX Error; class: Catalog; ' + Request.getErrorHtml($request)); +// this usually happens, when catalog isn't finished loading, but user goes to another non-catalog section } Catalog.prototype.submit_event = function($prefix_special, $event, $t, $OnResponceMethod) {