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.21 -r1.22
--- lams_tool_scratchie/web/pages/learning/learning.jsp 8 Aug 2015 16:40:48 -0000 1.21
+++ lams_tool_scratchie/web/pages/learning/learning.jsp 11 Aug 2015 22:10:32 -0000 1.22
@@ -46,8 +46,12 @@
//disable scratching
$("[id^=imageLink-" + itemUid + "]").removeAttr('onclick');
$("[id^=imageLink-" + itemUid + "]").css('cursor','default');
- $("[id^=image-" + itemUid + "]").not("img[src*='scratchie-correct-animation.gif']").not("img[src*='scratchie-correct.gif']").fadeTo(1300, 0.3);
+ var isiOS = /iPad|iPhone|iPod/.test(navigator.userAgent) && !window.MSStream;
+ if (!isiOS) {
+ $("a[id^=imageLink-" + itemUid + "]").not('#imageLink' + id).fadeTo(1300, 0.3);
+ }
+
} else {
//show animation, disable onclick
@@ -57,6 +61,8 @@
}
}
});
+
+ return false;
}
function finish(method){
Index: lams_tool_scratchie/web/pages/learning/questionlist.jsp
===================================================================
RCS file: /usr/local/cvsroot/lams_tool_scratchie/web/pages/learning/questionlist.jsp,v
diff -u -r1.14 -r1.15
--- lams_tool_scratchie/web/pages/learning/questionlist.jsp 12 Feb 2015 23:14:35 -0000 1.14
+++ lams_tool_scratchie/web/pages/learning/questionlist.jsp 11 Aug 2015 22:10:32 -0000 1.15
@@ -74,7 +74,7 @@
-
+