]> rtime.felk.cvut.cz Git - coffee/mt-apps.git/commitdiff
Move the server to rtime
authorMichal Sojka <michal.sojka@cvut.cz>
Tue, 7 Aug 2018 08:43:15 +0000 (10:43 +0200)
committerMichal Sojka <michal.sojka@cvut.cz>
Tue, 7 Aug 2018 09:10:30 +0000 (11:10 +0200)
html/index.html

index ad6ec0a32cc916feb143c82d67e0fd65d2a83b6f..43b1d9a29035ce173b8f0048ba8ca6ef47a57e16 100644 (file)
@@ -4,7 +4,7 @@
 <script>
     function loadServerScript() {
        let script = document.createElement('script');
-       script.src = "//localhost:5000/js";
+       script.src = "//rtime.felk.cvut.cz:5000/js";
        document.head.append(script);
        script.onerror = function() {
            this.parentElement.removeChild(this);