Ignoring parse errors once marking quotes for removal
authorAlexander Ebert <ebert@woltlab.com>
Mon, 10 Jun 2013 18:09:32 +0000 (20:09 +0200)
committerAlexander Ebert <ebert@woltlab.com>
Mon, 10 Jun 2013 18:09:32 +0000 (20:09 +0200)
wcfsetup/install/files/js/WCF.Message.js

index f84f2207d9a4036677b3123021930fed059e87a4..cab388b1dfda3cf8215b2e7acba41ed74a0072a7 100644 (file)
@@ -2478,6 +2478,7 @@ WCF.Message.Quote.Manager = Class.extend({
                                actionName: 'markForRemoval',
                                quoteIDs: this._removeOnSubmit
                        });
+                       this._proxy.suppressErrors();
                        this._proxy.sendRequest();
                }
        },