From c8ccf16a5fc3b47f37e4cc044af6c41389374189 Mon Sep 17 00:00:00 2001 From: plegall Date: Wed, 28 Apr 2021 16:53:48 +0200 Subject: [PATCH] (cp ea39b73) Fixes #1387 Albums with sub-albums don't open when dragging albums over them --- admin/themes/default/js/cat_move.js | 1 + 1 file changed, 1 insertion(+) diff --git a/admin/themes/default/js/cat_move.js b/admin/themes/default/js/cat_move.js index 17b33d988..f8fab1476 100644 --- a/admin/themes/default/js/cat_move.js +++ b/admin/themes/default/js/cat_move.js @@ -6,6 +6,7 @@ $(document).ready(() => { data: formatedData, autoOpen : false, dragAndDrop: true, + openFolderDelay: 1010010001010101, onCreateLi : createAlbumNode, onCanSelectNode: function(node) {return false} });