mirror of
				https://github.com/zulip/zulip.git
				synced 2025-11-03 21:43:21 +00:00 
			
		
		
		
	Feature flag the digest emails setting to staging.
(imported from commit 1239ce31281850dccf8f65d0c7156bd2c86ca3a7)
This commit is contained in:
		@@ -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();
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user