Index: lams_tool_kaltura/web/pages/learning/notebook.jsp =================================================================== diff -u -r9580d50f573c7a5aa3e1cd3cde1c83a517135878 -ref2f3057445dd3f802b958ab67a77abe6dbc54c0 --- lams_tool_kaltura/web/pages/learning/notebook.jsp (.../notebook.jsp) (revision 9580d50f573c7a5aa3e1cd3cde1c83a517135878) +++ lams_tool_kaltura/web/pages/learning/notebook.jsp (.../notebook.jsp) (revision ef2f3057445dd3f802b958ab67a77abe6dbc54c0) @@ -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"%> -

+

-

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