Index: lams_tool_assessment/web/pages/learning/notebook.jsp =================================================================== RCS file: /usr/local/cvsroot/lams_tool_assessment/web/pages/learning/notebook.jsp,v diff -u -r1.6.2.1 -r1.6.2.2 --- lams_tool_assessment/web/pages/learning/notebook.jsp 9 Feb 2016 18:53:20 -0000 1.6.2.1 +++ lams_tool_assessment/web/pages/learning/notebook.jsp 7 Mar 2016 21:17:51 -0000 1.6.2.2 @@ -1,6 +1,8 @@ -<%@ include file="/common/taglibs.jsp"%> - +<%@ include file="/common/taglibs.jsp"%> + + + @@ -11,54 +13,46 @@ function disableFinishButton() { document.getElementById("finishButton").disabled = true; } - function submitForm(methodName){ + function submitForm(methodName) { var f = document.getElementById('reflectionForm'); f.submit(); } + + $(document).ready(function(){ + window.onload = function() { + document.getElementById("focused").focus(); + } + }); - - - + - - - + + + - - - - - <%@ include file="/common/messages.jsp"%> - + - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + +
+