|
@@ -143,11 +143,10 @@ function onFastLoaded(_data, _href, _history) {
|
|
|
_data = '<div>' + _data + '</div>';
|
|
|
var content = $(_data).find('.stag-content');
|
|
|
if (content && content.length) {
|
|
|
- content = content.html();
|
|
|
- content += '<script src="/js/yemi.js?_=7"></script>';
|
|
|
- targetParent.html(content);
|
|
|
+ targetParent.html(content.html());
|
|
|
hideMask();
|
|
|
hideMoeFormMask();
|
|
|
+ targetParent.append('<script src="/js/yemi.js?_=7"></script>');
|
|
|
window.setTimeout(function() {
|
|
|
initCreateNote();
|
|
|
initQuillEdit();
|