mirror of
https://github.com/snipe/snipe-it.git
synced 2024-12-24 13:14:07 -08:00
Removed debugging info
This commit is contained in:
parent
808cd0f728
commit
3d0525bc51
|
@ -166,7 +166,6 @@
|
|||
$('tr.header-row input:radio').on('ifClicked', function () {
|
||||
value = $(this).attr('value');
|
||||
area = $(this).data('checker-group');
|
||||
console.log('Area selected is ' + area);
|
||||
$('.radiochecker-'+area+'[value='+value+']').iCheck('check');
|
||||
});
|
||||
|
||||
|
|
|
@ -587,7 +587,6 @@ $(document).ready(function() {
|
|||
$('tr.header-row input:radio').on('ifClicked', function () {
|
||||
value = $(this).attr('value');
|
||||
area = $(this).data('checker-group');
|
||||
console.log('Area selected is ' + area);
|
||||
$('.radiochecker-'+area+'[value='+value+']').iCheck('check');
|
||||
});
|
||||
|
||||
|
|
Loading…
Reference in a new issue