mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-08-07 01:03:31 +02:00
related to #1609 sort button work for all albums
This commit is contained in:
@@ -28,7 +28,7 @@ $(document).ready(() => {
|
||||
+"<a data-id='"+node.id+"' class='move-cat-delete icon-trash'></a>"
|
||||
+"</div>"
|
||||
+'</div>';
|
||||
action_order = "<a class='move-cat-order icon-sort-name-up'></a>";
|
||||
action_order = "<a data-id='"+node.id+"' class='move-cat-order icon-sort-name-up'></a>";
|
||||
|
||||
cont = li.find('.jqtree-element');
|
||||
cont.addClass('move-cat-container');
|
||||
|
||||
Reference in New Issue
Block a user