updated size of ad mobile height to mobile height
updated size of ad mobile height to mobile height
This commit is contained in:
parent
05b053a110
commit
7759acf5be
|
@ -4,7 +4,7 @@ var ad_width = '';
|
|||
var ad_height = '';
|
||||
var ad_code = '';
|
||||
var ad_mobile_width = 320;
|
||||
var ad_mobile_height = 60;
|
||||
var ad_mobile_height = 80;
|
||||
var ad_mobile_code = '';
|
||||
var currentUser = Discourse.User.current();
|
||||
var publisher_id = Discourse.SiteSettings.adsense_publisher_code;
|
||||
|
|
Loading…
Reference in New Issue