Update main.js
This commit is contained in:
parent
706474eee3
commit
cad8d84cad
1 changed files with 6 additions and 0 deletions
|
@ -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);
|
||||
})()
|
||||
|
|
Loading…
Reference in a new issue