Skip to content

Commit d3ffda0

Browse files
enable testing from localhost
1 parent da6d078 commit d3ffda0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

public/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,12 +62,12 @@
6262

6363
// ************ FOR TESTING ONLY ************************
6464
// Uncomment line below for testing, comment out for deployment
65-
// if (!_dntEnabled()) {
65+
if (!_dntEnabled()) {
6666
// *******************************************************
6767

6868
// *********** FOR DEPLOYMENT *****************************
6969
// Comment out line below for testing, uncomment for deployment
70-
if (!_dntEnabled() && location.hostname === 'proto.school') {
70+
// if (!_dntEnabled() && location.hostname === 'proto.school') {
7171
// *******************************************************
7272

7373
//provide countly initialization parameters

0 commit comments

Comments
 (0)