Ajout d'une extension
This commit is contained in:
12
ext/phpbbstudio/aps/adm/style/js/aps_display.js
Normal file
12
ext/phpbbstudio/aps/adm/style/js/aps_display.js
Normal file
@@ -0,0 +1,12 @@
|
||||
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',
|
||||
});
|
||||
});
|
||||
Reference in New Issue
Block a user