Nikolay Suslov %!s(int64=7) %!d(string=hai) anos
pai
achega
53393d78b4
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      public/web/lib/app.js

+ 1 - 1
public/web/lib/app.js

@@ -32,7 +32,7 @@ class WebApp {
     initReflectorServer() {
         this.currentReflector = localStorage.getItem('lcs_reflector');
         if (!this.currentReflector) {
-            localStorage.setItem('lcs_reflector', 'livecoding.space');
+            localStorage.setItem('lcs_reflector', window.location.host);
             this.currentReflector = localStorage.getItem('lcs_reflector');
         }
     }