mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-02-14 19:35:45 +01:00
Trim sitefilters.
This commit is contained in:
@@ -453,7 +453,7 @@ var Option = Class("Option", {
|
||||
result = undefined;
|
||||
|
||||
let [, bang, filter] = /^(!?)(.*)/.exec(pattern);
|
||||
filter = Option.dequote(filter);
|
||||
filter = Option.dequote(filter).trim();
|
||||
|
||||
let quote = this.keepQuotes ? util.identity : Option.quote;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user