Index: lams_tool_doku/web/pages/learning/learning.jsp
===================================================================
diff -u -rb5c36d2f8fb70869f2402ed3457a9513e2db871c -r4ac624d03dd0c8c56ded54d2697e7e33cd5cc737
--- lams_tool_doku/web/pages/learning/learning.jsp (.../learning.jsp) (revision b5c36d2f8fb70869f2402ed3457a9513e2db871c)
+++ lams_tool_doku/web/pages/learning/learning.jsp (.../learning.jsp) (revision 4ac624d03dd0c8c56ded54d2697e7e33cd5cc737)
@@ -106,15 +106,11 @@
document.location.href='';
}
- function startGalleryWalk(){
- document.location.href='';
- }
-
//init the connection with server using server URL but with different protocol
var dokuWebsocketInitTime = Date.now(),
dokuWebsocket = new WebSocket(''.replace('http', 'ws')
- + 'learningWebsocket?toolContentID=' + ${sessionMap.toolContentID}),
+ + 'learningWebsocket?toolContentID=' + ${toolContentID}),
dokuWebsocketPingTimeout = null,
dokuWebsocketPingFunc = null;
@@ -275,12 +271,6 @@
-
-
-