aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/good-reads/webview.js
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/good-reads/webview.js')
-rw-r--r--recipes/good-reads/webview.js8
1 files changed, 0 insertions, 8 deletions
diff --git a/recipes/good-reads/webview.js b/recipes/good-reads/webview.js
index 338b634..7fa5867 100644
--- a/recipes/good-reads/webview.js
+++ b/recipes/good-reads/webview.js
@@ -1,9 +1,3 @@
1var _path = _interopRequireDefault(require("path"));
2
3function _interopRequireDefault(obj) {
4 return obj && obj.__esModule ? obj : { default: obj };
5}
6
7module.exports = (Ferdi) => { 1module.exports = (Ferdi) => {
8 const getMessages = () => { 2 const getMessages = () => {
9 const notificationBadge = document.querySelector( 3 const notificationBadge = document.querySelector(
@@ -16,6 +10,4 @@ module.exports = (Ferdi) => {
16 Ferdi.setBadge(notification); 10 Ferdi.setBadge(notification);
17 }; 11 };
18 Ferdi.loop(getMessages); 12 Ferdi.loop(getMessages);
19
20 Ferdi.injectCSS(_path.default.join(__dirname, "service.css"));
21}; 13};