Skip to content

Commit

Permalink
Merge pull request #12 from iissnan/master
Browse files Browse the repository at this point in the history
Update from original.
  • Loading branch information
ivan-nginx authored May 31, 2017
2 parents 5527001 + 8984276 commit 717ec68
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions layout/_third-party/analytics/tencent-mta.swig
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
var _mtac = {};
(function() {
var mta = document.createElement("script");
mta.src = "http://pingjs.qq.com/h5/stats.js?v2.0.2";
mta.src = "https://pingjs.qq.com/h5/stats.js?v2.0.4";
mta.setAttribute("name", "MTAH5");
mta.setAttribute("sid", "{{theme.tencent_mta}}");

var s = document.getElementsByTagName("script")[0];
s.parentNode.insertBefore(mta, s);
})();
</script>
{% endif %}
{% endif %}

0 comments on commit 717ec68

Please sign in to comment.