Skip to content

Commit 312c664

Browse files
plukasewbjones86
authored andcommitted
SAM-3003: Safari allows more than one selection per column in forced ranking matrix of choices (sakaiproject#3196)
1 parent 25de044 commit 312c664

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

samigo/samigo-app/src/webapp/js/samigo-global.js

+1
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,7 @@ function whichradio(el) {
8787
$('input[type=radio]',parentTable).not(el).each(function(){
8888
var id = $(this).prop('id');
8989
if(id.indexOf(colId) !== -1 && $(this).is(':checked')) {
90+
el.checked = false;
9091
alert("You are only allowed one selection per column, please try again.");
9192
allowChange = false;
9293
}

0 commit comments

Comments
 (0)