mirror of
https://github.com/gorhill/uBlock.git
synced 2026-03-11 09:04:36 +00:00
code review: remove space as per https://github.com/AdguardTeam/AdguardBrowserExtension/issues/917
This commit is contained in:
parent
6a8c27b6df
commit
912582ce4b
1 changed files with 1 additions and 1 deletions
|
|
@ -194,7 +194,7 @@ api.fetchFilterList = function(mainlistURL, onLoad, onError) {
|
|||
|
||||
if ( mainOriginURL !== '' ) {
|
||||
var subOriginURL,
|
||||
reInclude = /^!# include (\S+)/gm,
|
||||
reInclude = /^!#include (\S+)/gm,
|
||||
match = reInclude.exec(details.content);
|
||||
while ( match !== null ) {
|
||||
sublistURL = match[1];
|
||||
|
|
|
|||
Loading…
Reference in a new issue