Skip to content

Commit

Permalink
SAM-3003: Safari allows more than one selection per column in forced …
Browse files Browse the repository at this point in the history
…ranking matrix of choices (sakaiproject#3196)
  • Loading branch information
plukasew authored and bjones86 committed Aug 16, 2016
1 parent 25de044 commit 312c664
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions samigo/samigo-app/src/webapp/js/samigo-global.js
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ function whichradio(el) {
$('input[type=radio]',parentTable).not(el).each(function(){
var id = $(this).prop('id');
if(id.indexOf(colId) !== -1 && $(this).is(':checked')) {
el.checked = false;
alert("You are only allowed one selection per column, please try again.");
allowChange = false;
}
Expand Down

0 comments on commit 312c664

Please sign in to comment.