1
0
mirror of https://github.com/Pomax/BezierInfo-2.git synced 2025-08-09 02:06:39 +02:00
This commit is contained in:
Pomax
2016-01-10 15:02:49 -08:00
parent ab76ec800d
commit 3d39a53804

View File

@@ -60,5 +60,20 @@
</article>
<script src="article.js"></script>
<!-- for social stuff -->
<script>
if(window.location.toString().indexOf("localhost") === -1) {
// no tracking info: http://support.addthis.com/customer/portal/articles/1013558-removing-all-hashtags-anchors-from-your-urls
var addthis_config = addthis_config||{};
addthis_config.data_track_clickback = false;
addthis_config.data_track_addressbar = false;
var script = document.createElement("script");
script.setAttribute("async", true);
script.src = "http://s7.addthis.com/js/300/addthis_widget.js#pubid=xa-516a3187281448fc";
document.head.appendChild(script);
}
</script>
</body>
</html>