aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/googledrive/webview.js
blob: 7f8f7ad026f4738de2609da3a5ea0536cecf4eeb (plain) (blame)
1
2
3
4
5
const path = require('path');

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