mirror of
				https://github.com/zulip/zulip.git
				synced 2025-11-03 21:43:21 +00:00 
			
		
		
		
	Turn off collapsing for now
(imported from commit df25818d70feb1b9fd2463ff4643efa049ff5574)
This commit is contained in:
		@@ -17,7 +17,7 @@ exports.mandatory_topics = _.contains([
 | 
			
		||||
    page_params.domain
 | 
			
		||||
);
 | 
			
		||||
 | 
			
		||||
exports.collapsible = page_params.staging;
 | 
			
		||||
exports.collapsible = false;
 | 
			
		||||
 | 
			
		||||
return exports;
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
@@ -1015,10 +1015,12 @@ $(function () {
 | 
			
		||||
            exports.expand_summary_row($(e.target).closest('.summary_row'));
 | 
			
		||||
            e.stopImmediatePropagation();
 | 
			
		||||
        });
 | 
			
		||||
        /*
 | 
			
		||||
        $("#main_div").on("click", ".recipient_row", function (e) {
 | 
			
		||||
            exports.collapse_recipient_group($(e.target).closest('.recipient_row'));
 | 
			
		||||
            e.stopImmediatePropagation();
 | 
			
		||||
        });
 | 
			
		||||
        */
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    function is_clickable_message_element(target) {
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user