@@ -2754,6 +2754,10 @@ U.MD.D.I.openApplicationJie = function(str, cid, stage, task, tool) {
};
}
_jie.onclick = () => {
+ let text = ''
+ if(aTool == 6){
+ text = $("#U_MD_O_H_wordEditor")[0].innerHTML.escapeQuotes()
+ }
_loading.style.display = 'flex'
console.log(_loading);
var _ajs = _iframe.contentWindow.document.createElement("script");
@@ -2799,6 +2803,10 @@ U.MD.D.I.openApplicationJie = function(str, cid, stage, task, tool) {
"'" +
aTool +
+ ", " +
+ "'" +
+ text +
")\n" +
" });\n" +
"}\n" +
@@ -2616,6 +2616,10 @@ U.MD.D.I.openApplicationJie = function (str, cid, stage, task, tool) {
@@ -2661,6 +2665,10 @@ U.MD.D.I.openApplicationJie = function (str, cid, stage, task, tool) {