From 5e98924bcd8dcb31395e96634439a858d6f6ae0a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Lebleu?= Date: Thu, 12 Jun 2014 16:47:45 +0200 Subject: [PATCH] Revert "[fix] Do not use websocket by default." This reverts commit e09c9ee7a0c5fef5c1d56fb94eb1cace1c8c0825. 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. --- js/app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/app.js b/js/app.js index 36e4633f..781203d9 100644 --- a/js/app.js +++ b/js/app.js @@ -226,7 +226,7 @@ app = Sammy('#main', function (sam) { }); } - websocket = typeof websocket !== 'undefined' ? websocket : false; + websocket = typeof websocket !== 'undefined' ? websocket : true; if (websocket) {