Removed debugging info
This commit is contained in:
parent
808cd0f728
commit
3d0525bc51
2 changed files with 0 additions and 2 deletions
|
@ -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');
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
|
@ -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');
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue