diff options
author | siikamiika <siikamiika@users.noreply.github.com> | 2020-03-22 03:29:09 +0200 |
---|---|---|
committer | siikamiika <siikamiika@users.noreply.github.com> | 2020-04-05 19:57:37 +0300 |
commit | 9fe1e38afb056164dbcc4369160bb9fd4790a2c0 (patch) | |
tree | b7770f33bd2b0d883e4ae6737c5bf8fcc5011c7c /ext/fg/js/popup.js | |
parent | d20ece9f074bb9d241a902f29344e5906e3c8210 (diff) |
refactor
Diffstat (limited to 'ext/fg/js/popup.js')
-rw-r--r-- | ext/fg/js/popup.js | 1 |
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); |