put mobile ad sizes back to original
testing on my forked version instead
This commit is contained in:
parent
a8c0910f5b
commit
1f0d85740e
|
@ -4,12 +4,12 @@ var ad_width = '';
|
|||
var ad_height = '';
|
||||
var ad_code = '';
|
||||
var ad_mobile_width = 320;
|
||||
var ad_mobile_height = 60;
|
||||
var ad_mobile_height = 50;
|
||||
var ad_mobile_code = '';
|
||||
var currentUser = Discourse.User.current();
|
||||
var publisher_id = Discourse.SiteSettings.adsense_publisher_code;
|
||||
var mobile_width = 320;
|
||||
var mobile_height = 60;
|
||||
var mobile_height = 50;
|
||||
|
||||
|
||||
function splitWidthInt(value) {
|
||||
|
|
Loading…
Reference in New Issue