Navigation Menu

Skip to content

Commit

Permalink
Screw it, let's make this timeout insanely low and see what happens.
Browse files Browse the repository at this point in the history
  • Loading branch information
icculus committed Jul 4, 2010
1 parent fa8908a commit de1df87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Expand Up @@ -202,7 +202,7 @@
// list is massive.
if (run_filter_timer != null)
clearTimeout(run_filter_timer);
run_filter_timer = setTimeout('run_filter();', 1000);
run_filter_timer = setTimeout('run_filter();', 50);
} // typing_in_filter

function process_tag_edit(element)
Expand Down

0 comments on commit de1df87

Please sign in to comment.