Enabling beta features on your hack
Mar. 28th, 2012 07:35 pmSo, if you're looking to test/develop with the beta journal jquery or the upcoming update page, you are going to need to set the BETA_FEATURES hash in your hack like so:
You can then turn things on/off for individual accounts at: [YOUR_HACK_URL]/betafeatures
%LJ::BETA_FEATURES = (
"journaljquery" => {
start_time => 0,
end_time => "Inf",
},
"updatepage" => {
start_time => 0,
end_time => "Inf",
},
);You can then turn things on/off for individual accounts at: [YOUR_HACK_URL]/betafeatures