mirror of
https://github.com/silverstripe/silverstripe-cms
synced 2024-10-22 08:05:56 +02:00
BUGFIX: Fix ModelAdmin Import hang (ticket 5569)
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/branches/2.4@104533 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
parent
b5cdd69598
commit
5a083b9b1d
@ -129,7 +129,7 @@ $(document).ready(function() {
|
|||||||
*
|
*
|
||||||
* @todo use jQuery.live to manage ResultTable click handlers
|
* @todo use jQuery.live to manage ResultTable click handlers
|
||||||
*/
|
*/
|
||||||
$('#SearchForm_holder .tab form:not(#Form_ImportForm)').submit(function () {
|
$('#SearchForm_holder .tab form:not([id^=Form_ImportForm])').submit(function () {
|
||||||
var $form = $(this);
|
var $form = $(this);
|
||||||
$('#contentPanel').fn('closeRightPanel');
|
$('#contentPanel').fn('closeRightPanel');
|
||||||
// @todo TinyMCE coupling
|
// @todo TinyMCE coupling
|
||||||
|
Loading…
Reference in New Issue
Block a user