aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/googledrive/webview.js
blob: 1678825052f5035fb044983d89a90efe50237236 (plain) (blame)
1
2
3
4
5
6
7
"use strict";

const path = require('path');

module.exports = (Franz) => {
  Franz.injectJSUnsafe(path.join(__dirname, 'webview-unsafe.js'));
};