mirror of
https://0xacab.org/sutty/sutty
synced 2025-02-22 23:01:50 +00:00
8 lines
182 B
JavaScript
8 lines
182 B
JavaScript
![]() |
$(document).on('turbolinks:load', function() {
|
||
|
tableDragger(document.querySelector('.table-draggable'), {
|
||
|
mode: 'row',
|
||
|
onlyBody: true,
|
||
|
dragHandler: '.handle'
|
||
|
});
|
||
|
});
|