mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-09 23:24:06 -08:00
Remove commented out js
This commit is contained in:
parent
8b0393ab52
commit
5b829884b8
|
@ -97,13 +97,13 @@
|
||||||
method: "POST",
|
method: "POST",
|
||||||
url: "{{ route('api.customfields.order', $custom_fieldset->id) }}",
|
url: "{{ route('api.customfields.order', $custom_fieldset->id) }}",
|
||||||
data: $("#sort tbody").sortable('serialize', {
|
data: $("#sort tbody").sortable('serialize', {
|
||||||
// key:
|
|
||||||
}),
|
}),
|
||||||
|
|
||||||
success: function(data) {
|
success: function(data) {
|
||||||
//console.log('ajax fired');
|
//console.log('ajax fired');
|
||||||
// do some stuff here
|
// do some stuff here
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in a new issue