diff --git a/htdocs/portal/index.html b/htdocs/portal/index.html
index 351b09590e..495d26d6b1 100644
--- a/htdocs/portal/index.html
+++ b/htdocs/portal/index.html
@@ -785,8 +785,8 @@
socket.onclose = function(){
$('#ws-status').html('Socket Disconnected!').css("color", "red");
console.log("socket disconnected, fallback to event_sink");
- // setInterval("App.channelsController.checkEvent()", 2000);
- setInterval("App.channelsController.checkXMLEvent()", 2000);
+ setInterval("App.channelsController.checkEvent()", 2000);
+ //setInterval("App.channelsController.checkXMLEvent()", 2000);
}
} catch(exception) {
alert('Error' + exception);