We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 25de044 commit 312c664Copy full SHA for 312c664
samigo/samigo-app/src/webapp/js/samigo-global.js
@@ -87,6 +87,7 @@ function whichradio(el) {
87
$('input[type=radio]',parentTable).not(el).each(function(){
88
var id = $(this).prop('id');
89
if(id.indexOf(colId) !== -1 && $(this).is(':checked')) {
90
+ el.checked = false;
91
alert("You are only allowed one selection per column, please try again.");
92
allowChange = false;
93
}
0 commit comments