5
0
Fork 0
mirror of https://0xacab.org/sutty/sutty synced 2025-02-22 23:01:50 +00:00
panel/app/assets/javascripts/drag.js

8 lines
182 B
JavaScript
Raw Normal View History

2018-04-27 19:46:21 +00:00
$(document).on('turbolinks:load', function() {
tableDragger(document.querySelector('.table-draggable'), {
mode: 'row',
onlyBody: true,
dragHandler: '.handle'
});
});