[dw-nonfree] Enable journal jquery beta testing.
[commit: http://hg.dwscoalition.org/dw-nonfree/rev/c2dd2bea8902]
Enable journal jquery beta testing.
Files modified:
Enable journal jquery beta testing.
Files modified:
- etc/config-local.pl
-------------------------------------------------------------------------------- diff -r 56efd0b0072c -r c2dd2bea8902 etc/config-local.pl --- a/etc/config-local.pl Tue Mar 29 10:39:15 2011 +0800 +++ b/etc/config-local.pl Tue Mar 29 11:39:27 2011 +0800 @@ -107,6 +107,12 @@ points => [], ); + %LJ::BETA_FEATURES = ( + "journaljquery" => { + start_time => 0, + end_time => "Inf", + }, + ); } 1; --------------------------------------------------------------------------------