Remove unfinished search autocomplete

This commit is contained in:
Will Rossiter 2014-12-16 23:17:19 +13:00
parent f1bd774437
commit 7b9dbf75bb

View File

@ -135,6 +135,7 @@
$(this).removeClass('hover'); $(this).removeClass('hover');
}); });
/*
$(".search input").live("keyup", function(e) { $(".search input").live("keyup", function(e) {
clearTimeout($.data(this, 'timer')); clearTimeout($.data(this, 'timer'));
@ -186,7 +187,7 @@
}, 100)); }, 100));
}; };
}); });
*/
/** --------------------------------------------- /** ---------------------------------------------
* LANGAUGE SELECTER * LANGAUGE SELECTER
* *