Commit a4caf83a by Иван Кубота

fix

parent 603305f3
...@@ -36,7 +36,6 @@ ...@@ -36,7 +36,6 @@
<script> <script>
Ajax.get('/config.json', function(err, data) { Ajax.get('/config.json', function(err, data) {
window.appConfig = data; window.appConfig = data;
store.set('configLoaded', true);
}); });
window.appConfig window.appConfig
window.logging = function(msg) { window.logging = function(msg) {
......
...@@ -340,7 +340,7 @@ Screen.Conference = function() { ...@@ -340,7 +340,7 @@ Screen.Conference = function() {
onclick: ()=>{ onclick: ()=>{
store.set('connection', false); store.set('connection', false);
setTimeout(function( ){ setTimeout(function( ){
store.set('connection', false); store.set('connection', true);
}, 300); }, 300);
} }
}, 'Reconnect'), }, 'Reconnect'),
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment