mirror of
https://github.com/gorhill/uBlock.git
synced 2024-11-07 03:12:33 +01:00
code review: remove space as per https://github.com/AdguardTeam/AdguardBrowserExtension/issues/917
This commit is contained in:
parent
6a8c27b6df
commit
912582ce4b
@ -194,7 +194,7 @@ api.fetchFilterList = function(mainlistURL, onLoad, onError) {
|
|||||||
|
|
||||||
if ( mainOriginURL !== '' ) {
|
if ( mainOriginURL !== '' ) {
|
||||||
var subOriginURL,
|
var subOriginURL,
|
||||||
reInclude = /^!# include (\S+)/gm,
|
reInclude = /^!#include (\S+)/gm,
|
||||||
match = reInclude.exec(details.content);
|
match = reInclude.exec(details.content);
|
||||||
while ( match !== null ) {
|
while ( match !== null ) {
|
||||||
sublistURL = match[1];
|
sublistURL = match[1];
|
||||||
|
Loading…
Reference in New Issue
Block a user