mario-education 2.4.101-beta → 2.4.102-beta
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +2 -2
- package/dist/index.js.map +1 -1
- package/dist/index.modern.js +2 -2
- package/dist/index.modern.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -32945,7 +32945,7 @@ var TemplateBuilderPage = function TemplateBuilderPage() {
|
|
|
32945
32945
|
height: "90vh"
|
|
32946
32946
|
}
|
|
32947
32947
|
}, !!templateId && React__default.createElement("iframe", {
|
|
32948
|
-
src: "
|
|
32948
|
+
src: "https://iep.marioforme.com/edit-template-iep/" + templateId + "?domain=" + marioCore.BASE_URL + "&typeId=" + typeId,
|
|
32949
32949
|
width: "100%",
|
|
32950
32950
|
height: "100%",
|
|
32951
32951
|
frameBorder: "0"
|
|
@@ -33128,7 +33128,7 @@ var TemplateStartBuild = function TemplateStartBuild() {
|
|
|
33128
33128
|
height: "90vh"
|
|
33129
33129
|
}
|
|
33130
33130
|
}, React__default.createElement("iframe", {
|
|
33131
|
-
src: "
|
|
33131
|
+
src: "https://iep.marioforme.com/result-template/" + subTemplateId + "?domain=" + marioCore.BASE_URL + "&typeId=" + typeId,
|
|
33132
33132
|
width: "100%",
|
|
33133
33133
|
height: "100%",
|
|
33134
33134
|
frameBorder: "0"
|