This commit is contained in:
tidusjar 2016-07-15 13:37:56 +01:00
commit d7c40164cb
6 changed files with 33 additions and 33 deletions

View file

@ -51,7 +51,7 @@ $(function () {
if (searchTimer) {
clearTimeout(searchTimer);
}
searchTimer = setTimeout(movieSearch, 400);
searchTimer = setTimeout(movieSearch, 800);
});