1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-28 04:20:32 +02:00

[ticket/10737] Removing obsolete code.

PHPBB3-10737
This commit is contained in:
Suhaib Khan
2014-02-24 00:37:41 +05:30
committed by Cesar G
parent aa23cf64ca
commit a74216527c
4 changed files with 8 additions and 12 deletions

View File

@@ -513,7 +513,7 @@ phpbb.timezonePreselectSelect = function(forceSelector) {
};
// Listen live search box events
$('.liveinput').keyup(function() {
$('.live-search-input').keyup(function() {
var str = this.value;
if (str.length < 3) {
return;
@@ -538,7 +538,7 @@ $('.liveinput').keyup(function() {
});
});
$('.liveinput').blur(function() {
$('.live-search-input').blur(function() {
setTimeout(function () {
var clone = $("#user-search-row-tpl").clone();
$("#livesearch").html("");