aboutsummaryrefslogtreecommitdiffstats
path: root/uncompressed/franz-custom-website/webview.js
diff options
context:
space:
mode:
authorLibravatar Bennett <hello@vantezzen.io>2019-12-11 11:35:39 +0100
committerLibravatar Bennett <hello@vantezzen.io>2019-12-11 11:35:39 +0100
commit2491ea3c11de71391cd333cfc375576232d64cba (patch)
treecfc7b178be929d59ae75ae6ff419b3c11b3474a2 /uncompressed/franz-custom-website/webview.js
parentFix update error (diff)
downloadferdium-recipes-2491ea3c11de71391cd333cfc375576232d64cba.tar.gz
ferdium-recipes-2491ea3c11de71391cd333cfc375576232d64cba.tar.zst
ferdium-recipes-2491ea3c11de71391cd333cfc375576232d64cba.zip
Update packages
Diffstat (limited to 'uncompressed/franz-custom-website/webview.js')
-rw-r--r--uncompressed/franz-custom-website/webview.js6
1 files changed, 5 insertions, 1 deletions
diff --git a/uncompressed/franz-custom-website/webview.js b/uncompressed/franz-custom-website/webview.js
index 17661d7..ed1c3a6 100644
--- a/uncompressed/franz-custom-website/webview.js
+++ b/uncompressed/franz-custom-website/webview.js
@@ -1,3 +1,7 @@
1"use strict"; 1"use strict";
2 2
3module.exports = () => {}; \ No newline at end of file 3const path = require('path');
4
5module.exports = Franz => {
6 Franz.injectCSS(path.join(__dirname, 'style.css'));
7}; \ No newline at end of file