fu: Close-up of Fu, bringing a scoop of water to her mouth (Default)
fu ([personal profile] fu) wrote in [site community profile] changelog2011-03-29 03:39 am

[dw-nonfree] Enable journal jquery beta testing.

[commit: http://hg.dwscoalition.org/dw-nonfree/rev/c2dd2bea8902]

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;
--------------------------------------------------------------------------------