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.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes/googledrive/webview.js b/recipes/googledrive/webview.js
index ae1e755..c17f205 100644
--- a/recipes/googledrive/webview.js
+++ b/recipes/googledrive/webview.js
@@ -3,5 +3,6 @@ const _path = _interopRequireDefault(require('path'));
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 = (Ferdi) => {
6 Ferdi.injectCSS(_path.default.join(__dirname, 'service.css'));
6 Ferdi.injectJSUnsafe(_path.default.join(__dirname, 'webview-unsafe.js')); 7 Ferdi.injectJSUnsafe(_path.default.join(__dirname, 'webview-unsafe.js'));
7}; 8};