This commit is contained in:
Borys Levytskyi
2015-05-06 23:41:29 +03:00
parent 01752086b4
commit c36bb08bf3
4 changed files with 5 additions and 5 deletions

View File

@@ -1,6 +1,6 @@
(function() {
if(window.location.hash.indexOf('-notrack') > -1) {
if(window.location.host != 'bitwisecmd.com' || window.location.hash.indexOf('-notrack') > -1) {
return;
}