mirror of
				https://github.com/zulip/zulip.git
				synced 2025-11-03 21:43:21 +00:00 
			
		
		
		
	Remove transitional feature_flags.alert_words flag.
(imported from commit f00eba8a12054e9771105e341e2652a53271e298)
This commit is contained in:
		
				
					committed by
					
						
						Leo Franchi
					
				
			
			
				
	
			
			
			
						parent
						
							d5f14e3bb7
						
					
				
				
					commit
					b98e7f8d90
				
			@@ -1,7 +1,4 @@
 | 
			
		||||
$(function () {
 | 
			
		||||
    if (!feature_flags.alert_words) {
 | 
			
		||||
        $('#word-alert-area').remove();
 | 
			
		||||
    }
 | 
			
		||||
    var word_list = $('#word-alerts');
 | 
			
		||||
    _.each(alert_words.words, function (word) {
 | 
			
		||||
        var li = templates.render('alert_word_settings_item', {'word': word});
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user