Skip to content


FireFox 3.6与discuz7.2 兼容问题

当firefox升级到3.6时,论坛登录框的不能显示,发贴时不能勾选源码按钮. 

编辑include/js/common.js


BROWSER.firefox = document.getBoxObjectFor &&  USERAGENT.indexOf(‘firefox’) != -1 && USERAGENT.substr(USERAGENT.indexOf(‘firefox’) + 8, 3);

去掉
document.getBoxObjectFor && 

保存,然后到后台更新缓存.

参考:
http://www.discuz.net/thread-1553662-1-1.html
http://www.discuz.net/thread-1553664-1-1.html

Posted in Discuz/Uchome/Ucenter, 其它.

Tagged with , .


No Responses (yet)

Stay in touch with the conversation, subscribe to the RSS feed for comments on this post.



Some HTML is OK

or, reply to this post via trackback.