Nikolay Suslov 7 سال پیش
والد
کامیت
53393d78b4
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  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');
         }
     }