From 96ccdced3e3bb2ec1b18e7485f87186aef687900 Mon Sep 17 00:00:00 2001 From: Matthias Schmidt Date: Sun, 21 Aug 2016 16:53:15 +0200 Subject: [PATCH] Popover AJAX requests are silent now --- .../install/files/js/WoltLabSuite/Core/Controller/Popover.js | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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 + }; }, /** -- 2.20.1