aboutsummaryrefslogtreecommitdiff
path: root/public
diff options
context:
space:
mode:
authorDeterminant <ted.sybil@gmail.com>2019-02-01 16:05:33 -0500
committerDeterminant <ted.sybil@gmail.com>2019-02-01 16:05:33 -0500
commit8b24b7bf2409549a5714fac32d52efb05d7d6621 (patch)
treedebf31cd62019193e3b6396011a6c6589532dbc4 /public
parentec404a971bca523dde755687bad7999f55af1c65 (diff)
maintain data store in background
Diffstat (limited to 'public')
-rw-r--r--public/background.js3
1 files changed, 0 insertions, 3 deletions
diff --git a/public/background.js b/public/background.js
deleted file mode 100644
index 76043c6..0000000
--- a/public/background.js
+++ /dev/null
@@ -1,3 +0,0 @@
-chrome.browserAction.onClicked.addListener(function() {
- chrome.tabs.create({url: 'index.html'});
-});