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:
Luke Hudson 2010-05-11 02:31:41 +00:00 committed by Sam Minnee
parent b5cdd69598
commit 5a083b9b1d

View File

@ -129,7 +129,7 @@ $(document).ready(function() {
*
* @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);
$('#contentPanel').fn('closeRightPanel');
// @todo TinyMCE coupling