Discuz论坛发贴不显示主题分类

需求:firefox3.6以上版本在Discuz论坛发贴不显示主题分类
修改代码:
   bbs/include/js/common.js:
   BROWSER.firefox = document.getBoxObjectFor && USERAGENT.indexOf(‘firefox’) != -1 &&USERAGENT.substr(USERAGENT.indexOf(‘firefox’) + 8, 3);
   删除document.getBoxObjectFor &&
原因:firefox3.6以上版本摒弃了document.getBoxObjectFor方法

你可能感兴趣的:(firefox,bbs)