We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4859f25 commit 38ba7aeCopy full SHA for 38ba7ae
services/static-webserver/client/source/class/osparc/wrapper/RocketPreview.js
@@ -24,6 +24,11 @@
24
/**
25
* A qooxdoo wrapper for The Rocket Preview
26
* It loads the app in an iframe and communicates via postMessage.
27
+ * NOTES
28
+ * In order to make this work, the Rocket Preview build needs to include the osparc-bridge.js script.
29
+ * Add the following to the index.html
30
+ * <script src="../osparc-bridge.js"></script>
31
+ * Also, the include paths in the index.html need to be adjusted, so that are relative to the index.html.
32
*/
33
34
qx.Class.define("osparc.wrapper.RocketPreview", {
0 commit comments