Feature flag the digest emails setting to staging.

(imported from commit 1239ce31281850dccf8f65d0c7156bd2c86ca3a7)
This commit is contained in:
Jessica McKellar
2013-12-01 21:01:09 -05:00
parent 11d5f8bbc5
commit c46e5fd0f1
3 changed files with 5 additions and 1 deletions

View File

@@ -25,6 +25,9 @@ exports.avatar_stamp = Math.floor(Math.random()*100);
$(function () {
if (!feature_flags.show_digest_email_setting) {
$("#digest_container").hide();
}
function upload_avatar(file_input) {
var form_data = new FormData();