aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--scripts/utils.php2
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),