Fixed: mobile iframe link for Amazon banners was generating the desktop link.

This commit is contained in:
Ken Cooper 2015-10-28 19:40:37 -07:00
parent ffbd69688e
commit 31a59a454d
1 changed files with 1 additions and 1 deletions

View File

@ -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={{userInput}}>
<iframe style={{adWrapperStyleMobile}} marginwidth="0" marginheight="0" scrolling="no" frameborder="0" src={{user_input_mobile}}>
</iframe>
{{else}}
<div class="amazon-product-links-label"><h2>ADVERTISEMENT</h2></div>