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

fix

parent 603305f3
......@@ -36,7 +36,6 @@
<script>
Ajax.get('/config.json', function(err, data) {
window.appConfig = data;
store.set('configLoaded', true);
});
window.appConfig
window.logging = function(msg) {
......
......@@ -340,7 +340,7 @@ Screen.Conference = function() {
onclick: ()=>{
store.set('connection', false);
setTimeout(function( ){
store.set('connection', false);
store.set('connection', true);
}, 300);
}
}, '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