Index: lams_tool_assessment/web/pages/learning/notebook.jsp =================================================================== diff -u -r2ef18e4c87e2e7929950dbeb990c6715ef16c0c2 -r3900618a37feede0762b63edea137223d4f19721 --- lams_tool_assessment/web/pages/learning/notebook.jsp (.../notebook.jsp) (revision 2ef18e4c87e2e7929950dbeb990c6715ef16c0c2) +++ lams_tool_assessment/web/pages/learning/notebook.jsp (.../notebook.jsp) (revision 3900618a37feede0762b63edea137223d4f19721) @@ -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"%> - + - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + +
+