Index: lams_central/web/WEB-INF/tags/NotebookReedit.tag =================================================================== diff -u -ra08fb689e1bb174869cb981d301b204d2f573590 -rc3888371ef51396eac033e0617292dc5a07af6aa --- lams_central/web/WEB-INF/tags/NotebookReedit.tag (.../NotebookReedit.tag) (revision a08fb689e1bb174869cb981d301b204d2f573590) +++ lams_central/web/WEB-INF/tags/NotebookReedit.tag (.../NotebookReedit.tag) (revision c3888371ef51396eac033e0617292dc5a07af6aa) @@ -28,7 +28,7 @@ -
+
@@ -53,7 +53,7 @@
- Index: lams_tool_nb/web/learnerContent.jsp =================================================================== diff -u -r9f260ab21bfcc5fe47bd1238193fc34686fbd16d -rc3888371ef51396eac033e0617292dc5a07af6aa --- lams_tool_nb/web/learnerContent.jsp (.../learnerContent.jsp) (revision 9f260ab21bfcc5fe47bd1238193fc34686fbd16d) +++ lams_tool_nb/web/learnerContent.jsp (.../learnerContent.jsp) (revision c3888371ef51396eac033e0617292dc5a07af6aa) @@ -22,7 +22,6 @@ } -

@@ -32,44 +31,29 @@ -
-
-

- -

-

- - - - - - - - -

-
-
- - +
-
+ anonymous="${anonymous}" bootstrap5="true"/>
- -
- + + + + -
- -
-
- -
-
-
- -
-
- -
- - -

- - -

-
- -

- -

-
-
-
- - - - -
-
-
-
-
@@ -342,22 +310,22 @@ } - var uploadedFilesNumber = +${learner.filesUploaded.size()}; - if (uploadedFilesNumber >= ${sessionMap.minLimitUploadNumber}) { - $('.btn-hide-on-min-not-met').removeClass('btn-hide-on-min-not-met'); - } + var uploadedFilesNumber = +${learner.filesUploaded.size()}; + if (uploadedFilesNumber >= ${sessionMap.minLimitUploadNumber}) { + $('.btn-hide-on-min-not-met').removeClass('btn-hide-on-min-not-met'); + } <%-- Connect to command websocket only if it is learner UI --%> - // command websocket stuff for refreshing - // trigger is an unique ID of page and action that command websocket code in Page.tag recognises - commandWebsocketHookTrigger = 'submit-files-leader-change-refresh-${sessionMap.toolSessionID}'; - // if the trigger is recognised, the following action occurs - commandWebsocketHook = function() { - // in case in the address bar there is refresh.do, direct to the main learner URL - location.href = 'learning/learner.do?toolSessionID=${sessionMap.toolSessionID}'; - }; + // command websocket stuff for refreshing + // trigger is an unique ID of page and action that command websocket code in Page.tag recognises + commandWebsocketHookTrigger = 'submit-files-leader-change-refresh-${sessionMap.toolSessionID}'; + // if the trigger is recognised, the following action occurs + commandWebsocketHook = function() { + // in case in the address bar there is refresh.do, direct to the main learner URL + location.href = 'learning/learner.do?toolSessionID=${sessionMap.toolSessionID}'; + }; });