From: Alexander Ebert Date: Sun, 4 Dec 2016 13:25:48 +0000 (+0100) Subject: Prevent loading spinner for mentions X-Git-Tag: 3.0.0_RC_1~99 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=083128c2c61c2db7da8dcdad42c95bdd7bb66c95;p=GitHub%2FWoltLab%2FWCF.git Prevent loading spinner for mentions --- diff --git a/wcfsetup/install/files/js/WoltLabSuite/Core/Ui/Redactor/Mention.js b/wcfsetup/install/files/js/WoltLabSuite/Core/Ui/Redactor/Mention.js index ae8c06301d..3520296fa9 100644 --- a/wcfsetup/install/files/js/WoltLabSuite/Core/Ui/Redactor/Mention.js +++ b/wcfsetup/install/files/js/WoltLabSuite/Core/Ui/Redactor/Mention.js @@ -350,7 +350,8 @@ define(['Ajax', 'Environment', 'Ui/CloseOverlay'], function(Ajax, Environment, U includeUserGroups: false } } - } + }, + silent: true }; },