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.js8
1 files changed, 0 insertions, 8 deletions
diff --git a/recipes/googledrive/webview.js b/recipes/googledrive/webview.js
deleted file mode 100644
index aba811f..0000000
--- a/recipes/googledrive/webview.js
+++ /dev/null
@@ -1,8 +0,0 @@
1const _path = _interopRequireDefault(require('path'));
2
3function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
4
5module.exports = (Ferdium) => {
6 Ferdium.injectCSS(_path.default.join(__dirname, 'service.css'));
7 Ferdium.injectJSUnsafe(_path.default.join(__dirname, 'webview-unsafe.js'));
8};