aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/fleep/webview.js
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/fleep/webview.js')
-rw-r--r--recipes/fleep/webview.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes/fleep/webview.js b/recipes/fleep/webview.js
index 46fe2c5..e760af8 100644
--- a/recipes/fleep/webview.js
+++ b/recipes/fleep/webview.js
@@ -10,5 +10,6 @@ module.exports = Ferdi => {
10 }; 10 };
11 11
12 Ferdi.loop(getMessages); 12 Ferdi.loop(getMessages);
13
13 Ferdi.injectCSS(_path.default.join(__dirname, 'service.css')); 14 Ferdi.injectCSS(_path.default.join(__dirname, 'service.css'));
14}; 15};