aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/googledrive/webview.js
diff options
context:
space:
mode:
authorLibravatar Vijay A <vraravam@users.noreply.github.com>2021-10-12 05:17:05 +0530
committerLibravatar Vijay A <vraravam@users.noreply.github.com>2021-10-12 05:17:05 +0530
commit3acb0f0eed5784d25c0f8396362049942c2742fb (patch)
treef20b5bcad969fe9dbda92457017a5c1dc40c68bc /recipes/googledrive/webview.js
parentAdd Meetup recipe #389 (#735) (diff)
downloadferdium-recipes-3acb0f0eed5784d25c0f8396362049942c2742fb.tar.gz
ferdium-recipes-3acb0f0eed5784d25c0f8396362049942c2742fb.tar.zst
ferdium-recipes-3acb0f0eed5784d25c0f8396362049942c2742fb.zip
Merged 'drive' into 'googledrive' recipe. (fixes #2055)
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};