Merge "Removes 'languageshtml' property in mediawiki API's 'parse' action"
[lhc/web/wiklou.git] / resources / src / mediawiki / mediawiki.feedback.js
index e160579..6533db1 100644 (file)
 
                        this.displaySubmitting();
 
-                       this.api.newSection( this.title, subject, message, ok, err );
+                       this.api.newSection( this.title, subject, message ).done( ok ).fail( err );
                },
 
                /**