From 31e177f740cfd91c0e615ef97bc005b88f0f30e8 Mon Sep 17 00:00:00 2001 From: Julien Balmont Date: Sat, 22 Feb 2025 19:06:27 +0100 Subject: [PATCH] Update jquery.mjs.nestedSortable.js --- jquery.mjs.nestedSortable.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jquery.mjs.nestedSortable.js b/jquery.mjs.nestedSortable.js index e6c0d62..e4a399f 100644 --- a/jquery.mjs.nestedSortable.js +++ b/jquery.mjs.nestedSortable.js @@ -22,7 +22,7 @@ doNotClear: false, listType: 'ol', maxLevels: 0, - protectRoot: false, + protectRoots: false, rootID: null, rtl: false, isAllowed: function(item, parent) { return true; }