Browse Source

cleanup

pull/64/head
Jason Dove 5 years ago
parent
commit
2f8e8adb79
  1. 4
      ErsatzTV/Pages/_Host.cshtml

4
ErsatzTV/Pages/_Host.cshtml

@ -25,9 +25,7 @@ @@ -25,9 +25,7 @@
function sortableCollection(collectionId) {
$("#sortable-collection").sortable({
update: function(event, ui) {
var data = $(this).sortable('serialize');
// POST to server using $.post or $.ajax
const data = $(this).sortable('serialize');
$.ajax({
data: data,
type: 'POST',

Loading…
Cancel
Save