this fixes another console error as per #10

pull/2/head
gorhill 11 years ago
parent cbb0b8a8f1
commit ceed73dd59

@ -85,6 +85,7 @@ return {
firstUpdateAfter: 11 * oneMinute, firstUpdateAfter: 11 * oneMinute,
nextUpdateAfter: 11 * oneHour, nextUpdateAfter: 11 * oneHour,
projectServerRoot: 'https://raw.githubusercontent.com/gorhill/umatrix/master/', projectServerRoot: 'https://raw.githubusercontent.com/gorhill/umatrix/master/',
pslPath: 'assets/thirdparties/publicsuffix.org/list/effective_tld_names.dat',
// permanent hosts files // permanent hosts files
permanentHostsFiles: { permanentHostsFiles: {

@ -355,10 +355,7 @@
} }
callback(); callback();
}; };
this.assets.get( this.assets.get(this.pslPath, applyPublicSuffixList);
'assets/thirdparties/publicsuffix.org/list/effective_tld_names.dat',
applyPublicSuffixList
);
}; };
/******************************************************************************/ /******************************************************************************/

Loading…
Cancel
Save