aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/clockify
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/clockify')
-rw-r--r--recipes/clockify/index.js4
-rw-r--r--recipes/clockify/webview.js4
2 files changed, 2 insertions, 6 deletions
diff --git a/recipes/clockify/index.js b/recipes/clockify/index.js
index e8243fb..258da41 100644
--- a/recipes/clockify/index.js
+++ b/recipes/clockify/index.js
@@ -1,3 +1 @@
1"use strict"; module.exports = Franz => Franz;
2
3module.exports = Franz => Franz; \ No newline at end of file
diff --git a/recipes/clockify/webview.js b/recipes/clockify/webview.js
index 5aab471..470b3ea 100644
--- a/recipes/clockify/webview.js
+++ b/recipes/clockify/webview.js
@@ -1,5 +1,3 @@
1"use strict";
2
3module.exports = Franz => { 1module.exports = Franz => {
4 const getMessages = function getMessages() { 2 const getMessages = function getMessages() {
5 const notifications = document.querySelectorAll('.notification--number'); 3 const notifications = document.querySelectorAll('.notification--number');
@@ -8,4 +6,4 @@ module.exports = Franz => {
8 }; 6 };
9 7
10 Franz.loop(getMessages); 8 Franz.loop(getMessages);
11}; \ No newline at end of file 9};