SWF-1103 - Ajax refresh of a fragment causes whole page to be refeshed in IE7
This commit is contained in:
File diff suppressed because one or more lines are too long
@@ -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){
|
||||
|
||||
Reference in New Issue
Block a user