Board logo

標題: Discuz forum donot show google adsense solution [打印本頁]

作者: 嗚嗚嗚    時間: 2009-8-19 19:03     標題: Discuz forum donot show google adsense solution

Discuz series do not show google adsense forum solution
The problem arises in the common.js
To comment out this ad can be displayed
Array.prototype.push = function (value) (
         this [this.length] = value;
         return this.length;
)
OR Alternative
if(typeof Array.prototype.push === 'undefined') {
Array.prototype.push = function(value) {
this[this.length] = value;
return this.length;
}
}
[attach]8188[/attach]




歡迎光臨 亞寶論壇 (http://bbs.ahpal.com/) Powered by Discuz! 7.0.0