diff options
author | Alex Yatskov <alex@foosoft.net> | 2017-02-25 19:14:44 -0800 |
---|---|---|
committer | Alex Yatskov <alex@foosoft.net> | 2017-02-25 19:14:44 -0800 |
commit | 465a8e21c0a9d7b2d1e704ab9a42b5f662fd82d3 (patch) | |
tree | 79329108eed02c8bfce937dd2f839bc9e35bcf80 /ext/fg/js/util.js | |
parent | e2d49a975b33b6c19d33016a460764949d5f3734 (diff) |
usability improvements
Diffstat (limited to 'ext/fg/js/util.js')
-rw-r--r-- | ext/fg/js/util.js | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/ext/fg/js/util.js b/ext/fg/js/util.js index c9ee4ed7..99da6381 100644 --- a/ext/fg/js/util.js +++ b/ext/fg/js/util.js @@ -38,10 +38,6 @@ function showError(error) { window.alert(`Error: ${error}`); } -function isEnabled() { - return invokeBgApi('getEnabled', {}); -} - function getOptions() { return invokeBgApi('getOptions', {}); } |