diff --git a/assets/javascripts/discourse/templates/components/google-dfp-ad.hbs b/assets/javascripts/discourse/templates/components/google-dfp-ad.hbs index c7e7993..486c4b0 100755 --- a/assets/javascripts/discourse/templates/components/google-dfp-ad.hbs +++ b/assets/javascripts/discourse/templates/components/google-dfp-ad.hbs @@ -1,21 +1,20 @@

Google Ad Plugin Display

-{{#if site.mobileView}} - -
- {{#if loadedGoogletag}} - +{{#if site.mobileView}} + {{#if loadedGoogletag}} +
+ +
+ {{/if}} {{else}} - -
- {{#if loadedGoogletag}} - - -{{/if}} - -
\ No newline at end of file + {{#if loadedGoogletag}} +
+ +
+ {{/if}} +{{/if}} \ No newline at end of file