BUGFIX: don't try and switch out of context of the tab system

This commit is contained in:
Stevie Mayhew 2016-03-21 11:30:38 +13:00
parent c0d8cf3e97
commit 805c38f107

View File

@ -1331,7 +1331,6 @@ jQuery.noConflict();
}
var container = this.closest('.cms-container');
container.find('.cms-edit-form').tabs('select',0); //always switch to the first tab (list view) when searching
container.loadPanel(url, "", {}, true);
return false;