diff options
author | petko <petko@524c5546-5005-0410-9a3e-e25e191bd360> | 2024-08-18 09:16:14 +0000 |
---|---|---|
committer | petko <petko@524c5546-5005-0410-9a3e-e25e191bd360> | 2024-08-18 09:16:14 +0000 |
commit | 856b2e476860a4948b6905eb04b3a32c09fb9a10 (patch) | |
tree | 577061dcd51e0acb8a86df06aac94eafee89f209 | |
parent | ceebb049ef4c28f93c85a6913d90ee1086bdf52d (diff) | |
download | pmwiki.svn-856b2e476860a4948b6905eb04b3a32c09fb9a10.tar.bz2 |
$EnableSortable enabled by default.
git-svn-id: svn://pmwiki.org/pmwiki/trunk@4771 524c5546-5005-0410-9a3e-e25e191bd360
-rw-r--r-- | scripts/utils.php | 2 |
1 files changed, 1 insertions, 1 deletions
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), |