|
@@ -2977,7 +2977,10 @@ U.MD.D.I.openApplicationJie = function (str, cid, stage, task, tool) {
|
|
|
_iframe.contentWindow.document.body.appendChild(script2);
|
|
|
// _iframe.contentWindow.document.body.appendChild(script3);
|
|
|
_iframe.contentWindow.document.body.appendChild(script4);
|
|
|
- var $180 = _iframe.contentWindow.$.noConflict();
|
|
|
+ (function () {
|
|
|
+ var $180 = _iframe.contentWindow.$.noConflict();
|
|
|
+ })();
|
|
|
+
|
|
|
})
|
|
|
} else if (str == 'courseDesign') {
|
|
|
U.UF.DL.iframeLoad(_iframe, function () {
|
|
@@ -3323,7 +3326,9 @@ U.MD.D.I.openApplicationJieS = function (str, cid, stage, task, tool) {
|
|
|
_iframe.contentWindow.document.body.appendChild(script2);
|
|
|
// _iframe.contentWindow.document.body.appendChild(script3);
|
|
|
_iframe.contentWindow.document.body.appendChild(script4);
|
|
|
- var $180 = _iframe.contentWindow.$.noConflict();
|
|
|
+ (function () {
|
|
|
+ var $180 = _iframe.contentWindow.$.noConflict();
|
|
|
+ })();
|
|
|
})
|
|
|
} else if (str == 'mind') {
|
|
|
U.UF.DL.iframeLoad(_iframe, function () {
|