Use official version of default_base_frame.html
This commit is contained in:
parent
2a8536c386
commit
ab2523e231
2 changed files with 1 additions and 16 deletions
|
|
@ -1,15 +0,0 @@
|
||||||
<html>
|
|
||||||
<head>
|
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
|
||||||
<script type="text/javascript"
|
|
||||||
onload="loadImJoyRPCByQueryString().then((imjoyRPC)=>{imjoyRPC.waitForInitialization({target_origin: '*'})})"
|
|
||||||
src="https://lib.imjoy.io/imjoy-loader.js"></script>
|
|
||||||
<script src="https://lib.imjoy.io/imjoy-rpc.min.js"></script>
|
|
||||||
<style>
|
|
||||||
body {
|
|
||||||
overscroll-behavior: contain;
|
|
||||||
}
|
|
||||||
</style>
|
|
||||||
</head>
|
|
||||||
<body></body>
|
|
||||||
</html>
|
|
||||||
|
|
@ -127,7 +127,7 @@ export default {
|
||||||
// however, some browser features won't work (e.g. webrtc)
|
// however, some browser features won't work (e.g. webrtc)
|
||||||
// unless we explicitly set `base_frame` in the plugin to
|
// unless we explicitly set `base_frame` in the plugin to
|
||||||
// https://lib.imjoy.io/default_base_frame.html
|
// https://lib.imjoy.io/default_base_frame.html
|
||||||
default_base_frame: '/http_base_frame.html',
|
default_base_frame: 'http://lib.imjoy.io/default_base_frame.html',
|
||||||
imjoy_api: {
|
imjoy_api: {
|
||||||
async showDialog(plugin, config, exta_config) {
|
async showDialog(plugin, config, exta_config) {
|
||||||
return await imjoy.pm.createWindow(plugin, config, exta_config);
|
return await imjoy.pm.createWindow(plugin, config, exta_config);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue