summaryrefslogtreecommitdiff
path: root/ext/fg/js/popup.js
diff options
context:
space:
mode:
authorsiikamiika <siikamiika@users.noreply.github.com>2020-03-22 03:29:09 +0200
committersiikamiika <siikamiika@users.noreply.github.com>2020-04-05 19:57:37 +0300
commit9fe1e38afb056164dbcc4369160bb9fd4790a2c0 (patch)
treeb7770f33bd2b0d883e4ae6737c5bf8fcc5011c7c /ext/fg/js/popup.js
parentd20ece9f074bb9d241a902f29344e5906e3c8210 (diff)
refactor
Diffstat (limited to 'ext/fg/js/popup.js')
-rw-r--r--ext/fg/js/popup.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/ext/fg/js/popup.js b/ext/fg/js/popup.js
index 4c979911..47e32963 100644
--- a/ext/fg/js/popup.js
+++ b/ext/fg/js/popup.js
@@ -368,7 +368,6 @@ class Popup {
chrome.runtime.onMessage.removeListener(runtimeMessageCallback);
callback();
resolve();
- return false;
}
};
chrome.runtime.onMessage.addListener(runtimeMessageCallback);