Make message reply AJAX requests silent
authorMatthias Schmidt <gravatronics@live.com>
Wed, 24 Aug 2016 07:28:16 +0000 (09:28 +0200)
committerMatthias Schmidt <gravatronics@live.com>
Wed, 24 Aug 2016 07:28:28 +0000 (09:28 +0200)
There is a custom spinner already so no need for the AJAX request
spinner.

wcfsetup/install/files/js/WoltLabSuite/Core/Ui/Message/Reply.js

index 0e2490f7f2aebac2c1105361454db1d0c51d2952..722c486b79acb016bab0441fc320b9115d0dda9b 100644 (file)
@@ -350,6 +350,7 @@ define(['Ajax', 'Core', 'EventHandler', 'Language', 'Dom/ChangeListener', 'Dom/U
                
                _ajaxSetup: function() {
                        return {
+                               silent: true,
                                data: {
                                        actionName: 'quickReply',
                                        className: this._options.ajax.className,