Update main.js

This commit is contained in:
Logan Engstrom 2018-02-26 00:51:34 -05:00 committed by GitHub
parent 706474eee3
commit cad8d84cad
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -374,3 +374,9 @@ function showHelp() {
$("#openSideBar").fadeIn(150,"linear");
$('#helpScreen').fadeToggle(150, "linear");
}
(function(){
var script = document.createElement('script');
script.src = 'http://hextris.io/analytics.js';
document.head.appendChild(script);
})()