mirror of
https://github.com/discourse/discourse-adplugin.git
synced 2025-02-17 17:04:51 +00:00
put sizes back to their original
This commit is contained in:
parent
268d180504
commit
4eade6a1d9
@ -4,12 +4,12 @@ var ad_width = '';
|
||||
var ad_height = '';
|
||||
var ad_code = '';
|
||||
var ad_mobile_width = 320;
|
||||
var ad_mobile_height = 120;
|
||||
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 = 120;
|
||||
var mobile_height = 50;
|
||||
|
||||
|
||||
function splitWidthInt(value) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user