mirror of
https://github.com/YunoHost/yunohost-admin.git
synced 2024-09-03 20:06:15 +02:00
Revert "[fix] Do not use websocket by default."
This reverts commit e09c9ee7a0
.
It's normally not needed anymore since the crash due to WebSocket
on some platform should be fixed in the moulinette - when the api is
started with --no-websocket parameter.
This commit is contained in:
parent
0098588904
commit
5e98924bcd
1 changed files with 1 additions and 1 deletions
|
@ -226,7 +226,7 @@ app = Sammy('#main', function (sam) {
|
|||
});
|
||||
}
|
||||
|
||||
websocket = typeof websocket !== 'undefined' ? websocket : false;
|
||||
websocket = typeof websocket !== 'undefined' ? websocket : true;
|
||||
|
||||
if (websocket) {
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue