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:
@@ -549,7 +549,7 @@ liberator.Completion = function () //{{{
|
||||
}
|
||||
|
||||
// filter on tags
|
||||
if(filterTags.some(function (tag) tag && tags.indexOf(tag) == -1))
|
||||
if (filterTags.some(function (tag) tag && tags.indexOf(tag) == -1))
|
||||
continue;
|
||||
|
||||
if (url.indexOf(filter) == -1)
|
||||
|
||||
Reference in New Issue
Block a user