From 8baf11a053fba21e625f59916ff6789031382332 Mon Sep 17 00:00:00 2001 From: Official Noob <31563761+OfficialNoob@users.noreply.github.com> Date: Tue, 31 Dec 2019 19:20:20 +0000 Subject: [PATCH] Forgot SB. --- utils.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils.js b/utils.js index 986c4ee1..6b211901 100644 --- a/utils.js +++ b/utils.js @@ -3,7 +3,7 @@ SB = {}; function configProxy() { chrome.storage.onChanged.addListener((changes, namespace) => { for (key in changes) { - localconfig[key] = changes[key].newValue; + SB.localconfig[key] = changes[key].newValue; } }); var handler = {