Skip to content

Commit 38ba7ae

Browse files
committed
NOTES
1 parent 4859f25 commit 38ba7ae

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

services/static-webserver/client/source/class/osparc/wrapper/RocketPreview.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,11 @@
2424
/**
2525
* A qooxdoo wrapper for The Rocket Preview
2626
* 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.
2732
*/
2833

2934
qx.Class.define("osparc.wrapper.RocketPreview", {

0 commit comments

Comments
 (0)