Removed debugging info

This commit is contained in:
snipe 2017-12-05 18:11:59 -08:00
parent 808cd0f728
commit 3d0525bc51
2 changed files with 0 additions and 2 deletions

View file

@ -166,7 +166,6 @@
$('tr.header-row input:radio').on('ifClicked', function () { $('tr.header-row input:radio').on('ifClicked', function () {
value = $(this).attr('value'); value = $(this).attr('value');
area = $(this).data('checker-group'); area = $(this).data('checker-group');
console.log('Area selected is ' + area);
$('.radiochecker-'+area+'[value='+value+']').iCheck('check'); $('.radiochecker-'+area+'[value='+value+']').iCheck('check');
}); });

View file

@ -587,7 +587,6 @@ $(document).ready(function() {
$('tr.header-row input:radio').on('ifClicked', function () { $('tr.header-row input:radio').on('ifClicked', function () {
value = $(this).attr('value'); value = $(this).attr('value');
area = $(this).data('checker-group'); area = $(this).data('checker-group');
console.log('Area selected is ' + area);
$('.radiochecker-'+area+'[value='+value+']').iCheck('check'); $('.radiochecker-'+area+'[value='+value+']').iCheck('check');
}); });