aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/google-voice
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/google-voice')
-rw-r--r--recipes/google-voice/index.js4
-rw-r--r--recipes/google-voice/webview.js4
2 files changed, 2 insertions, 6 deletions
diff --git a/recipes/google-voice/index.js b/recipes/google-voice/index.js
index e8243fb..258da41 100644
--- a/recipes/google-voice/index.js
+++ b/recipes/google-voice/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/google-voice/webview.js b/recipes/google-voice/webview.js
index 1a91455..aed66af 100644
--- a/recipes/google-voice/webview.js
+++ b/recipes/google-voice/webview.js
@@ -1,5 +1,3 @@
1"use strict";
2
3module.exports = Franz => { 1module.exports = Franz => {
4 function parseQuery(query) { 2 function parseQuery(query) {
5 const el = document.querySelector(query); 3 const el = document.querySelector(query);
@@ -23,4 +21,4 @@ module.exports = Franz => {
23 } 21 }
24 22
25 Franz.loop(getMessages); 23 Franz.loop(getMessages);
26}; \ No newline at end of file 24};