mirror of
https://github.com/zulip/zulip.git
synced 2025-11-02 04:53:36 +00:00
Remove dead code related to streamlist_expand class.
(imported from commit b4dd57fdd77b74f9fe570b2267a6f96ec12937d6)
This commit is contained in:
@@ -1415,14 +1415,6 @@ $(function () {
|
||||
e.preventDefault();
|
||||
});
|
||||
|
||||
$('#stream_filters').on('click', '.streamlist_expand', function (e) {
|
||||
var stream_li = $(e.target).parents('li');
|
||||
|
||||
$('ul.expanded_subjects', stream_li).toggleClass('hidden');
|
||||
|
||||
return false;
|
||||
});
|
||||
|
||||
$('.compose_stream_button').click(function (e) {
|
||||
compose.start('stream');
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user