aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/googledrive/webview.js
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/googledrive/webview.js')
-rw-r--r--recipes/googledrive/webview.js6
1 files changed, 3 insertions, 3 deletions
diff --git a/recipes/googledrive/webview.js b/recipes/googledrive/webview.js
index c17f205..aba811f 100644
--- a/recipes/googledrive/webview.js
+++ b/recipes/googledrive/webview.js
@@ -2,7 +2,7 @@ const _path = _interopRequireDefault(require('path'));
2 2
3function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; } 3function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
4 4
5module.exports = (Ferdi) => { 5module.exports = (Ferdium) => {
6 Ferdi.injectCSS(_path.default.join(__dirname, 'service.css')); 6 Ferdium.injectCSS(_path.default.join(__dirname, 'service.css'));
7 Ferdi.injectJSUnsafe(_path.default.join(__dirname, 'webview-unsafe.js')); 7 Ferdium.injectJSUnsafe(_path.default.join(__dirname, 'webview-unsafe.js'));
8}; 8};