mirror of
https://github.com/YunoHost/yunohost-admin.git
synced 2024-09-03 20:06:15 +02:00
[fix] Do not use websocket by default.
This commit is contained in:
parent
1f4c6ca634
commit
e09c9ee7a0
1 changed files with 1 additions and 1 deletions
|
@ -226,7 +226,7 @@ app = Sammy('#main', function (sam) {
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
websocket = typeof websocket !== 'undefined' ? websocket : true;
|
websocket = typeof websocket !== 'undefined' ? websocket : false;
|
||||||
|
|
||||||
if (websocket) {
|
if (websocket) {
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue