From: Alexander Ebert Date: Thu, 27 Jun 2013 17:47:55 +0000 (+0200) Subject: Increased delay for search suggestion clearing X-Git-Tag: 2.0.0_Beta_5~118^2~17 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=369b47cda5285a4719036ea39838a08a68d96d18;p=GitHub%2FWoltLab%2FWCF.git Increased delay for search suggestion clearing --- 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); }, /**