餅乾工坊

完整版: [Discuz]解快Chrome/Safari無法顯示管理彈出視窗
您正在瀏覽簡化版內容。 請點這裡瀏覽完整版。
修改 include/js/common.js
找到
程式碼:
$(ajaxframeid).contentWindow.document.documentElement.firstChild.nodeValue;
修改為
程式碼:
$(ajaxframeid).contentWindow.document.documentElement.firstChild.wholeText;