mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-03-28 17:42:57 +01:00
Fixes #1387
Albums with sub-albums don't open when dragging albums over them
This commit is contained in:
@@ -6,6 +6,7 @@ $(document).ready(() => {
|
||||
data: formatedData,
|
||||
autoOpen : false,
|
||||
dragAndDrop: true,
|
||||
openFolderDelay: 1010010001010101,
|
||||
onCreateLi : createAlbumNode,
|
||||
onCanSelectNode: function(node) {return false}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user