Files
san-reymoros/ext/phpbbstudio/aps/adm/style/js/aps_display.js
2020-04-04 18:27:27 +02:00

13 lines
253 B
JavaScript

jQuery(function($) {
$('[data-aps-sortable]').sortable({
axis: 'y',
containment: $(this).selector,
cursor: 'move',
delay: 150,
handle: '.aps-button-blue',
forcePlaceholderSize: true,
placeholder: 'panel',
tolerance: 'pointer',
});
});