From 7b9dbf75bb90bf4b77adf6ef7139b553c6e24dda Mon Sep 17 00:00:00 2001 From: Will Rossiter Date: Tue, 16 Dec 2014 23:17:19 +1300 Subject: [PATCH] Remove unfinished search autocomplete --- javascript/DocumentationViewer.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/javascript/DocumentationViewer.js b/javascript/DocumentationViewer.js index 2b94f6d..73959f3 100755 --- a/javascript/DocumentationViewer.js +++ b/javascript/DocumentationViewer.js @@ -135,6 +135,7 @@ $(this).removeClass('hover'); }); + /* $(".search input").live("keyup", function(e) { clearTimeout($.data(this, 'timer')); @@ -186,7 +187,7 @@ }, 100)); }; }); - + */ /** --------------------------------------------- * LANGAUGE SELECTER *