X-Git-Url: https://git.cyclocoop.org/%27.WWW_URL.%27admin/?a=blobdiff_plain;f=skins%2Fcommon%2Fajaxsearch.js;h=b9fb56f39172591fa23880e4a3d9faaa419efeaa;hb=2b41e5bc426205fcad7d9780596b519b614546d1;hp=1e972236ea236da9a4ef493551c2e29392cd32c3;hpb=a228c6e7d7c2f4c1b99a83798cee33259d314277;p=lhc%2Fweb%2Fwiklou.git diff --git a/skins/common/ajaxsearch.js b/skins/common/ajaxsearch.js index 1e972236ea..b9fb56f391 100644 --- a/skins/common/ajaxsearch.js +++ b/skins/common/ajaxsearch.js @@ -23,7 +23,6 @@ function Searching_Go() function Search_Typing() { started=true; typing=true; - window.status = "Waiting until you're done typing..."; setTimeout("Search_doneTyping()", 500); // I believe these are needed by IE for when the users press return?