The branch, master has been updated via b0fcd264a9bfc23f53237404ba109787765ebb2a (commit) from 0b7d8e5bf44df5fa033399541f8982323ca99a7b (commit)
- Log ----------------------------------------------------------------- commit b0fcd264a9bfc23f53237404ba109787765ebb2a Author: Marc Delisle marc@infomarc.info Date: Sat Jan 29 15:08:38 2011 -0500
Conditional Ajax parameter in user preferences
-----------------------------------------------------------------------
Summary of changes: libraries/config/user_preferences.forms.php | 1 + 1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/libraries/config/user_preferences.forms.php b/libraries/config/user_preferences.forms.php index a027007..cfa78ae 100644 --- a/libraries/config/user_preferences.forms.php +++ b/libraries/config/user_preferences.forms.php @@ -22,6 +22,7 @@
$forms = array(); $forms['Features']['General'] = array( + 'AjaxEnable', 'NaturalOrder', 'InitialSlidersState', 'ErrorIconic',
hooks/post-receive