From: Marcel Werk Date: Fri, 19 Aug 2016 08:47:30 +0000 (+0200) Subject: Increased delay to show popovers X-Git-Tag: 3.0.0_Beta_1~673 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=fd665799d9de8b5326d47a06ee361ea165d4f4ae;p=GitHub%2FWoltLab%2FWCF.git Increased delay to show popovers --- diff --git a/wcfsetup/install/files/js/WoltLabSuite/Core/Controller/Popover.js b/wcfsetup/install/files/js/WoltLabSuite/Core/Controller/Popover.js index 18853c6bee..e1c641a842 100644 --- a/wcfsetup/install/files/js/WoltLabSuite/Core/Controller/Popover.js +++ b/wcfsetup/install/files/js/WoltLabSuite/Core/Controller/Popover.js @@ -31,7 +31,7 @@ define(['Ajax', 'Dictionary', 'Environment', 'Dom/ChangeListener', 'Dom/Util', ' /** @const */ var STATE_READY = 2; /** @const */ var DELAY_HIDE = 500; - /** @const */ var DELAY_SHOW = 300; + /** @const */ var DELAY_SHOW = 800; /** * @exports WoltLabSuite/Core/Controller/Popover