From 2bcf671daeab1b14751769c6d4c14c4106465c5d Mon Sep 17 00:00:00 2001 From: Raymond Hill Date: Sun, 30 Jun 2019 12:54:05 -0400 Subject: [PATCH] Put back erroneously removed line Regression from 1dfdc40e09fe --- src/js/storage.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/js/storage.js b/src/js/storage.js index 7ccdb3f60..42cc67bc7 100644 --- a/src/js/storage.js +++ b/src/js/storage.js @@ -704,6 +704,8 @@ }; const onFilterListsReady = lists => { + this.availableFilterLists = lists; + vAPI.net.suspend(); this.redirectEngine.reset(); this.staticExtFilteringEngine.reset();