summaryrefslogtreecommitdiff
path: root/app/assets/javascripts/call_route.js.coffee
blob: f41d65bb3a00a35649da171d7941d96cda720225 (plain)
1
2
3
4
5
6
jQuery ->
  $("table tbody").sortable
    axis: 'y'
    handle: '.handle'
    update: ->
      $.post('call_routes/sort', $(this).sortable('serialize'))