SWF-1103 - Ajax refresh of a fragment causes whole page to be refeshed in IE7

This commit is contained in:
Jeremy Grelle
2009-04-16 15:28:38 +00:00
parent 5349616d67
commit e52bdbb1ae
2 changed files with 2 additions and 4 deletions

File diff suppressed because one or more lines are too long

View File

@@ -165,9 +165,7 @@ dojo.declare("Spring.AjaxEventDecoration", [Spring.AbstractAjaxEventDecoration,
Spring.remoting.submitForm(this.sourceId, this.formId, this.params);
}
}
if (event.cancelable) {
dojo.stopEvent(event);
}
dojo.stopEvent(event);
},
_handleValidation : function(success){