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:
@@ -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 == "")
|
||||
|
||||
Reference in New Issue
Block a user