Skip to content

Commit

Permalink
forgot to comment to link code to issue (#708 in current case)
Browse files Browse the repository at this point in the history
  • Loading branch information
gorhill committed Sep 13, 2015
1 parent 90a2c60 commit 29c3955
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/js/storage.js
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down

0 comments on commit 29c3955

Please sign in to comment.