Index: lams_tool_doku/web/pages/learning/learning.jsp =================================================================== diff -u -r3d9d1f01b663c30badb319231a3a8b43e2b7646d -r2c0e35f7c458cedfc3d6849224a151a9568546b6 --- lams_tool_doku/web/pages/learning/learning.jsp (.../learning.jsp) (revision 3d9d1f01b663c30badb319231a3a8b43e2b7646d) +++ lams_tool_doku/web/pages/learning/learning.jsp (.../learning.jsp) (revision 2c0e35f7c458cedfc3d6849224a151a9568546b6) @@ -106,11 +106,15 @@ 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=' + ${toolContentID}), + + 'learningWebsocket?toolContentID=' + ${sessionMap.toolContentID}), dokuWebsocketPingTimeout = null, dokuWebsocketPingFunc = null; @@ -271,6 +275,12 @@
+ + +