mirror of
https://github.com/snipe/snipe-it.git
synced 2024-12-24 21:24:13 -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 () {
|
$('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…
Reference in a new issue