Disable full width feature flag

(imported from commit 0972fcbac759c31daf779c8a3e401c403d7ac9d3)
This commit is contained in:
Allen Rabinovich 2014-01-06 09:06:24 -07:00
parent 02116e2b63
commit 40eed36499
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ exports.show_autoscroll_forever_option = page_params.show_autoscroll_forever_opt
// Still very beta: // Still very beta:
exports.use_socket = page_params.staging; exports.use_socket = page_params.staging;
exports.full_width = page_params.staging; exports.full_width = false; //page_params.staging;
exports.show_digest_email_setting = page_params.staging; exports.show_digest_email_setting = page_params.staging;