1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-09-03 01:29:39 +02:00

forgot to comment to link code to issue (#708 in current case)

This commit is contained in:
gorhill 2015-09-13 10:52:41 -04:00
parent 90a2c608bb
commit 29c39550dd

View File

@ -959,6 +959,8 @@
if ( stockLists.hasOwnProperty(oldListKey) === false ) {
continue;
}
// https://github.com/gorhill/uBlock/issues/708
// Support migrating external stock filter lists as well.
if ( reExternalURL.test(oldListKey) === false ) {
oldListKey = 'assets/thirdparties/' + oldListKey;
}