回复:3楼
本少主记得是《约束の场所》,
/***** 初始化新版发帖框 **/
(function(){
var forum_type = Math.floor((parseInt("0") + 1)/2);
PostEditor.init(forum_type, PageData["is_login"], parseInt("1"));//初始化富编辑器
PostEditor.is_login=PageData["is_login"];
PostEditor.need_captcha=PageData["need_captcha"];
Fe.G("add_post_submit").disabled = false;
Fe.on(G('editor'), 'keydown', function (e) {
if (e.ctrlKey && e.keyCode == 13) {
Post.submit('postAdd');
}
});
})();
具体不明,反正是闹得沸沸扬扬的。。。