Universal bat file for running e2e tests. Skip tracking of domains other than bitwisecmd.com

This commit is contained in:
Borys Levytskyi
2015-05-06 23:20:08 +03:00
parent 0e4f16a47e
commit 11ce32ad02
4 changed files with 46 additions and 19 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;
}