1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-23 10:08:00 +01:00

whitespace fixes

This commit is contained in:
Doug Kearns
2008-09-21 11:12:32 +00:00
parent a0a2ba3f24
commit 0d35d7c67d
9 changed files with 7 additions and 19 deletions

View File

@@ -189,7 +189,7 @@ liberator.Completion = function () //{{{
(i + 1).toString().indexOf(filter) == -1)
continue;
if (title.indexOf(filter) != -1 || url.indexOf(filter) != -1 ||
if (title.indexOf(filter) != -1 || url.indexOf(filter) != -1 ||
(i + 1).toString().indexOf(filter) != -1)
{
if (title == "")