From 369b47cda5285a4719036ea39838a08a68d96d18 Mon Sep 17 00:00:00 2001 From: Alexander Ebert Date: Thu, 27 Jun 2013 19:47:55 +0200 Subject: [PATCH] Increased delay for search suggestion clearing --- wcfsetup/install/files/js/WCF.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wcfsetup/install/files/js/WCF.js b/wcfsetup/install/files/js/WCF.js index 6dcd97b64e..e40cbc54e1 100755 --- a/wcfsetup/install/files/js/WCF.js +++ b/wcfsetup/install/files/js/WCF.js @@ -5294,7 +5294,7 @@ WCF.Search.Base = Class.extend({ } pe.stop(); - }, 100); + }, 250); }, /** -- 2.20.1