Przeglądaj źródła

Removes the protocol from the callstats.io conferenceID.

master
Boris Grozev 10 lat temu
rodzic
commit
6cd4bb8651
1 zmienionych plików z 1 dodań i 2 usunięć
  1. 1
    2
      modules/statistics/CallStats.js

+ 1
- 2
modules/statistics/CallStats.js Wyświetl plik

@@ -21,8 +21,7 @@ var CallStats = {
21 21
         this.userID =  APP.xmpp.myResource();
22 22
 
23 23
         var location = window.location;
24
-        this.confID = location.protocol + "//" +
25
-            location.hostname + location.pathname;
24
+        this.confID = location.hostname + location.pathname;
26 25
 
27 26
         //userID is generated or given by the origin server
28 27
         callStats.initialize(config.callStatsID,

Ładowanie…
Anuluj
Zapisz