diff options
author | petko <petko@524c5546-5005-0410-9a3e-e25e191bd360> | 2023-12-29 12:04:40 +0000 |
---|---|---|
committer | petko <petko@524c5546-5005-0410-9a3e-e25e191bd360> | 2023-12-29 12:04:40 +0000 |
commit | 386b022d5336caddf624ad1a3f6e104d7b8a33dd (patch) | |
tree | 4c44c026b4d339628aa29804fa546122127bbef3 | |
parent | 91e2b2a4991ec9f97a329d354e4f3f04de8fb578 (diff) | |
download | pmwiki.svn-386b022d5336caddf624ad1a3f6e104d7b8a33dd.tar.bz2 |
Add $PmFilterable (cont.)
git-svn-id: svn://pmwiki.org/pmwiki/trunk@4575 524c5546-5005-0410-9a3e-e25e191bd360
-rw-r--r-- | scripts/utils.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/utils.php b/scripts/utils.php index 49a1b0b5..c855b969 100644 --- a/scripts/utils.php +++ b/scripts/utils.php @@ -22,7 +22,7 @@ $EnablePmUtils = 0; */ SDVA($PmFilterable, array( - 'Enabled' => 0, + 'Enable' => 0, 'Selector' => 'ul.filterable,ol.filterable,table.filterable', 'MinItems' => 5, 'PlaceholderTable' => XL('Filter table...'), @@ -53,7 +53,7 @@ function PmUtilsJS() { || $cc || IsEnabled($ToggleNextSelector, 0) || IsEnabled($EnableLocalTimes, 0) - || $PmFilterable['Enabled'] + || $PmFilterable['Enable'] ) && file_exists($utils)) { $mtime = filemtime($utils); SDVA($HTMLHeaderFmt, array('pmwiki-utils' => |