解决dt6.0 fckeditor编辑器无法编辑


来源: https://destoon.cc/ 时间: 2019-03-01 19:52:51 人气: 162 评论: 0

member/fckeditor/editor/js/fckeditorcode_gecko.js
找打if (A.document) A.document.parentWindow=A;
修改成try{if (A.document) A.document.parentWindow=A;} catch(e){};

解决dt6.0 fc 常见问题

评论
346655709