mirror of https://github.com/zulip/zulip.git
Turn off collapsing for now
(imported from commit df25818d70feb1b9fd2463ff4643efa049ff5574)
This commit is contained in:
parent
0721ea2aca
commit
47b1e8adfd
|
@ -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) {
|
||||
|
|
Loading…
Reference in New Issue