1
0
Fork 0
mirror of https://github.com/Oreolek/ifhub.club.git synced 2024-06-26 03:30:48 +03:00
This commit is contained in:
Mzhelskiy Maxim 2015-02-13 15:41:57 +07:00
parent 7a83fdda84
commit 74028f4072

View file

@ -58,8 +58,7 @@
submit: function( params ) {
$.extend( this.option( 'params' ), params || {} );
this.option( 'callbacks' )['beforeSubmit'].call(this);
this.option( 'callbacks' )['beforeSubmit'] && this.option( 'callbacks' )['beforeSubmit'].call(this);
this._submit( this.action, this.element, function( response ) {
if ( response.sUrlRedirect ) {