mirror of
https://github.com/discourse/discourse-adplugin.git
synced 2025-03-06 09:39:48 +00:00
variable change for amazon mobile ad
instead of user_input_mobile, use userInputMobile
This commit is contained in:
parent
21ef9924eb
commit
c6b753ab67
@ -1,7 +1,7 @@
|
||||
{{#if checkTrustLevels}}
|
||||
{{#if site.mobileView}}
|
||||
<div class="amazon-product-links-label" style={{adTitleStyleMobile}}><h2>ADVERTISEMENT</h2></div>
|
||||
<iframe style={{adWrapperStyleMobile}} marginwidth="0" marginheight="0" scrolling="no" frameborder="0" src={{user_input_mobile}}>
|
||||
<iframe style={{adWrapperStyleMobile}} marginwidth="0" marginheight="0" scrolling="no" frameborder="0" src={{userInputMobile}}>
|
||||
</iframe>
|
||||
{{else}}
|
||||
<div class="amazon-product-links-label"><h2>ADVERTISEMENT</h2></div>
|
||||
@ -10,4 +10,4 @@
|
||||
</iframe>
|
||||
</div>
|
||||
{{/if}}
|
||||
{{/if}}
|
||||
{{/if}}
|
||||
|
Loading…
x
Reference in New Issue
Block a user