Index: lams_tool_scribe/web/pages/learning/learning.jsp =================================================================== RCS file: /usr/local/cvsroot/lams_tool_scribe/web/pages/learning/learning.jsp,v diff -u -r1.13.2.4 -r1.13.2.5 --- lams_tool_scribe/web/pages/learning/learning.jsp 12 May 2017 00:08:53 -0000 1.13.2.4 +++ lams_tool_scribe/web/pages/learning/learning.jsp 13 May 2017 06:28:49 -0000 1.13.2.5 @@ -16,8 +16,10 @@ agreementPercentageLabel = '', reportSubmitted = ${scribeSessionDTO.reportSubmitted}; - scribeWebsocket.onclose = function(){ - location.reload(); + scribeWebsocket.onclose = function(e){ + if (e.code === 1006) { + location.reload(); + } }; // run when the server pushes new reports and vote statistics