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:
Jérôme Lebleu 2014-06-12 16:47:45 +02:00
parent 0098588904
commit 5e98924bcd

View file

@ -226,7 +226,7 @@ app = Sammy('#main', function (sam) {
});
}
websocket = typeof websocket !== 'undefined' ? websocket : false;
websocket = typeof websocket !== 'undefined' ? websocket : true;
if (websocket) {