Index: lams_tool_scratchie/web/pages/learning/learning.jsp
===================================================================
RCS file: /usr/local/cvsroot/lams_tool_scratchie/web/pages/learning/learning.jsp,v
diff -u -r1.19 -r1.20
--- lams_tool_scratchie/web/pages/learning/learning.jsp 19 Sep 2014 13:37:41 -0000 1.19
+++ lams_tool_scratchie/web/pages/learning/learning.jsp 11 Feb 2015 23:00:52 -0000 1.20
@@ -59,22 +59,18 @@
});
}
- function finish(){
+ function finish(method){
var numberOfAvailableScratches = $("[id^=imageLink-][onclick]").length;
var finishConfirmed = (numberOfAvailableScratches > 0) ? confirm("") : true;
if (finishConfirmed) {
document.getElementById("finishButton").disabled = true;
- document.location.href ='';
+ document.location.href ='';
return false;
}
}
- function continueReflect(){
- document.location.href='';
- }
-
var refreshIntervalId = null;
if (${!isUserLeader && mode != "teacher"}) {
refreshIntervalId = setInterval("refreshQuestionList();",3000);// Auto-Refresh every 3 seconds