From: Matthias Schmidt Date: Sun, 21 Aug 2016 14:53:15 +0000 (+0200) Subject: Popover AJAX requests are silent now X-Git-Tag: 3.0.0_Beta_1~620 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=96ccdced3e3bb2ec1b18e7485f87186aef687900;p=GitHub%2FWoltLab%2FWCF.git Popover AJAX requests are silent now --- diff --git a/wcfsetup/install/files/js/WoltLabSuite/Core/Controller/Popover.js b/wcfsetup/install/files/js/WoltLabSuite/Core/Controller/Popover.js index e1c641a842..a10ac9f892 100644 --- a/wcfsetup/install/files/js/WoltLabSuite/Core/Controller/Popover.js +++ b/wcfsetup/install/files/js/WoltLabSuite/Core/Controller/Popover.js @@ -364,8 +364,9 @@ define(['Ajax', 'Dictionary', 'Environment', 'Dom/ChangeListener', 'Dom/Util', ' }, _ajaxSetup: function() { - // does nothing - return {}; + return { + silent: true + }; }, /**