Remove commented out js

This commit is contained in:
snipe 2016-05-14 15:06:27 -07:00
parent 8b0393ab52
commit 5b829884b8

View file

@ -97,13 +97,13 @@
method: "POST",
url: "{{ route('api.customfields.order', $custom_fieldset->id) }}",
data: $("#sort tbody").sortable('serialize', {
// key:
}),
success: function(data) {
//console.log('ajax fired');
// do some stuff here
}
});
});