aboutsummaryrefslogtreecommitdiffstats
path: root/uncompressed/franz-custom-website/webview.js
diff options
context:
space:
mode:
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