mirror of
https://github.com/zulip/zulip.git
synced 2025-11-03 21:43:21 +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();
|
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_stream_button').click(function (e) {
|
||||||
compose.start('stream');
|
compose.start('stream');
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user