Browse Source

Updates callstats link by default to use websockets.

dev1
damencho 9 years ago
parent
commit
c437997638
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      modules/statistics/statistics.js

+ 1
- 1
modules/statistics/statistics.js View File

@@ -25,7 +25,7 @@ function loadCallStatsAPI(customScriptUrl) {
25 25
     if(!isCallstatsLoaded) {
26 26
         ScriptUtil.loadScript(
27 27
                 customScriptUrl ? customScriptUrl :
28
-                    'https://api.callstats.io/static/callstats.min.js',
28
+                    'https://api.callstats.io/static/callstats-ws.min.js',
29 29
                 /* async */ true,
30 30
                 /* prepend */ true);
31 31
         isCallstatsLoaded = true;

Loading…
Cancel
Save