aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/buffer/webview.js
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/buffer/webview.js')
-rw-r--r--recipes/buffer/webview.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes/buffer/webview.js b/recipes/buffer/webview.js
index b1acc10..080e809 100644
--- a/recipes/buffer/webview.js
+++ b/recipes/buffer/webview.js
@@ -1,6 +1,6 @@
1const path = require('path'); 1const path = require('path');
2 2
3module.exports = (Franz, options) => { 3module.exports = (Franz, options) => {
4 // inject franz.css stylesheet 4 // inject franz.css stylesheet
5 Franz.injectCSS(path.join(__dirname, 'css', 'franz.css')); 5 Franz.injectCSS(path.join(__dirname, 'css', 'franz.css'));
6}; 6};