From 856b2e476860a4948b6905eb04b3a32c09fb9a10 Mon Sep 17 00:00:00 2001 From: petko Date: Sun, 18 Aug 2024 09:16:14 +0000 Subject: $EnableSortable enabled by default. git-svn-id: svn://pmwiki.org/pmwiki/trunk@4771 524c5546-5005-0410-9a3e-e25e191bd360 --- scripts/utils.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/utils.php b/scripts/utils.php index a26b786c..cf3423d5 100644 --- a/scripts/utils.php +++ b/scripts/utils.php @@ -64,7 +64,7 @@ function PmUtilsJS($pagename) { if (file_exists($utils)) { $mtime = filemtime($utils); $config = array( - 'sortable' => IsEnabled($EnableSortable, 0), + 'sortable' => IsEnabled($EnableSortable, 1), 'highlight' => IsEnabled($EnableHighlight, 0), 'copycode' => $cc, 'toggle' => IsEnabled($ToggleNextSelector, 0), -- cgit v1.2.3