Skip to content

Commit

Permalink
Https widget. Bump version to 1.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Saveljev Vladimir committed Sep 15, 2015
1 parent e639703 commit e3e5d10
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions vqmod/xml/convead_modul.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<modification>
<id>Convead</id>
<version>1.1.3</version>
<version>1.1.4</version>
<vqmver>2.4.0</vqmver>
<author>panda-code.com</author>

Expand Down Expand Up @@ -52,7 +52,7 @@ if($this->customer->isLogged()){
app_key: "<?php echo $convead_code; ?>"
};
(function(w,d,c){w[c]=w[c]||function(){(w[c].q=w[c].q||[]).push(arguments)};var ts = (+new Date()/86400000|0)*86400;var s = d.createElement('script');s.type = 'text/javascript';s.async = true;s.src = '//tracker.convead.io/widgets/'+ts+'/widget-<?php echo $convead_code; ?>.js';var x = d.getElementsByTagName('script')[0];x.parentNode.insertBefore(s, x);})(window,document,'convead');
(function(w,d,c){w[c]=w[c]||function(){(w[c].q=w[c].q||[]).push(arguments)};var ts = (+new Date()/86400000|0)*86400;var s = d.createElement('script');s.type = 'text/javascript';s.async = true;s.src = 'https://tracker.convead.io/widgets/'+ts+'/widget-<?php echo $convead_code; ?>.js';var x = d.getElementsByTagName('script')[0];x.parentNode.insertBefore(s, x);})(window,document,'convead');
</script>
<?php } ?>
]]></add>
Expand Down

0 comments on commit e3e5d10

Please sign in to comment.