From 3acb0f0eed5784d25c0f8396362049942c2742fb Mon Sep 17 00:00:00 2001 From: Vijay A Date: Tue, 12 Oct 2021 05:17:05 +0530 Subject: Merged 'drive' into 'googledrive' recipe. (fixes #2055) --- recipes/googledrive/webview.js | 1 + 1 file changed, 1 insertion(+) (limited to 'recipes/googledrive/webview.js') 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')); function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; } module.exports = (Ferdi) => { + Ferdi.injectCSS(_path.default.join(__dirname, 'service.css')); Ferdi.injectJSUnsafe(_path.default.join(__dirname, 'webview-unsafe.js')); }; -- cgit v1.2.3-70-g09d2