mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 18:55:26 +00:00
fix(view) show: add createTextNode
This commit is contained in:
parent
7cbb40dd4d
commit
b00e60d30e
1 changed files with 2 additions and 1 deletions
|
|
@ -93,7 +93,8 @@ var CloudCmd, Util, DOM, CloudFunc, $;
|
|||
}
|
||||
else
|
||||
DOM.getCurrentData(function(pParams){
|
||||
$.fancybox( Element.append(pParams.data), Config );
|
||||
var data = document.createTextNode(pParams.data);
|
||||
$.fancybox( Element.append(data), Config );
|
||||
});
|
||||
}
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue