Merge branch 'ticket-12563-TrustedBadge' into develop
This commit is contained in:
commit
f995c3620a
@ -2,11 +2,17 @@
|
|||||||
<script type="text/javascript">
|
<script type="text/javascript">
|
||||||
{literal}
|
{literal}
|
||||||
$(document).ready(function() {
|
$(document).ready(function() {
|
||||||
setTimeout(function(){
|
if($('#customCheckoutDiv div').length>0) {
|
||||||
$('#customCheckoutDiv2').html($('#customCheckoutDiv').html());
|
$('#customCheckoutDiv2').html($('#customCheckoutDiv').html());
|
||||||
$('#customCheckoutDiv2 div[id^=\'tsbadge_\']').css('width','200px');
|
$('#customCheckoutDiv2 div[id^=\'tsbadge_\']').css('width','200px');
|
||||||
$('#customCheckoutDiv2 div[id^=\'tsCustomBadge\']').css('width','200px');
|
$('#customCheckoutDiv2 div[id^=\'tsCustomBadge\']').css('width','200px');
|
||||||
},2000);
|
} else {
|
||||||
|
setTimeout(function(){
|
||||||
|
$('#customCheckoutDiv2').html($('#customCheckoutDiv').html());
|
||||||
|
$('#customCheckoutDiv2 div[id^=\'tsbadge_\']').css('width','200px');
|
||||||
|
$('#customCheckoutDiv2 div[id^=\'tsCustomBadge\']').css('width','200px');
|
||||||
|
},1200);
|
||||||
|
}
|
||||||
});
|
});
|
||||||
{/literal}
|
{/literal}
|
||||||
</script>
|
</script>
|
Loading…
Reference in New Issue
Block a user