mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
Merge pull request #5211 from stevie-mayhew/pulls/reset-button
BUGFIX: don't try and switch out of context of the tab system
This commit is contained in:
commit
2538f59ab7
@ -1334,7 +1334,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…
Reference in New Issue
Block a user