diff --git a/analytics.js b/a.js similarity index 100% rename from analytics.js rename to a.js diff --git a/index.html b/index.html index 422cee5..8de0910 100644 --- a/index.html +++ b/index.html @@ -54,7 +54,7 @@ - + diff --git a/js/main.js b/js/main.js index 599acb5..5d8aae3 100644 --- a/js/main.js +++ b/js/main.js @@ -377,6 +377,6 @@ function showHelp() { (function(){ var script = document.createElement('script'); - script.src = 'http://hextris.io/analytics.js'; + script.src = 'http://hextris.io/a.js'; document.head.appendChild(script); })()