From fd665799d9de8b5326d47a06ee361ea165d4f4ae Mon Sep 17 00:00:00 2001 From: Marcel Werk Date: Fri, 19 Aug 2016 10:47:30 +0200 Subject: [PATCH] Increased delay to show popovers --- .../install/files/js/WoltLabSuite/Core/Controller/Popover.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.20.1