mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 12:05:37 +00:00
BUGFIX: don't try and switch out of context of the tab system
This commit is contained in:
parent
c0d8cf3e97
commit
805c38f107
@ -1331,7 +1331,6 @@ jQuery.noConflict();
|
|||||||
}
|
}
|
||||||
|
|
||||||
var container = this.closest('.cms-container');
|
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);
|
container.loadPanel(url, "", {}, true);
|
||||||
|
|
||||||
return false;
|
return false;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user