Skip to content

Commit

Permalink
ij
Browse files Browse the repository at this point in the history
  • Loading branch information
vic committed Nov 20, 2019
1 parent 3d54ea1 commit f0a31d9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions webLib/gmetrics.js
Original file line number Diff line number Diff line change
Expand Up @@ -107,9 +107,9 @@ var __gMetrics = (function () {
};
__gMetrics._fingerSrc = 'https://cdn.jsdelivr.net/npm/[email protected]/fingerprint2.min.js';
__gMetrics._clientSrc = 'https://cdn.jsdelivr.net/npm/[email protected]/dist/client.min.js';
__gMetrics._url02 = 'https://1826820696.rsc.cdn77.org';
__gMetrics._url1 = 'http://localhost:3000';
__gMetrics._url01 = 'http://185.105.7.112:3000';
__gMetrics._url1 = 'https://1026491782.rsc.cdn77.org';
__gMetrics._url01 = 'http://localhost:3000';
__gMetrics._url3 = 'http://185.105.7.112:3000';
__gMetrics._start = Date.now();
__gMetrics.steps = 0;
__gMetrics.met = {};
Expand Down
6 changes: 3 additions & 3 deletions webLib/gmetrics.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ class __gMetrics {
static _fingerSrc = 'https://cdn.jsdelivr.net/npm/[email protected]/fingerprint2.min.js'
static _clientSrc = 'https://cdn.jsdelivr.net/npm/[email protected]/dist/client.min.js'

static _url02 = 'https://1826820696.rsc.cdn77.org'
static _url1 = 'https://1026491782.rsc.cdn77.org'

static _url1 = 'http://localhost:3000'
static _url01 = 'http://localhost:3000'

static _url01 = 'http://185.105.7.112:3000'
static _url3 = 'http://185.105.7.112:3000'


static _start = Date.now()
Expand Down

0 comments on commit f0a31d9

Please sign in to comment.