Index: lams_tool_kaltura/web/pages/learning/notebook.jsp =================================================================== RCS file: /usr/local/cvsroot/lams_tool_kaltura/web/pages/learning/notebook.jsp,v diff -u -r1.3 -r1.3.2.1 --- lams_tool_kaltura/web/pages/learning/notebook.jsp 27 Mar 2014 22:27:38 -0000 1.3 +++ lams_tool_kaltura/web/pages/learning/notebook.jsp 18 Mar 2016 18:45:05 -0000 1.3.2.1 @@ -8,43 +8,42 @@ function disableFinishButton() { document.getElementById("finishButton").disabled = true; } - function submitForm(methodName){ + function submitForm(methodName) { var f = document.getElementById('messageForm'); f.submit(); } + $(document).ready(function() { + document.getElementById("focused").focus(); + }); -
-

- -

+ <%@ include file="/common/messages.jsp"%> -

+

-

+
- + -
- - - - - - - - - - - - -
-
+ + + + + + + + + + + + + +