Remove dead code related to streamlist_expand class.

(imported from commit b4dd57fdd77b74f9fe570b2267a6f96ec12937d6)
This commit is contained in:
Steve Howell 2013-11-22 15:09:49 -05:00
parent 9cd2dca9a5
commit d39141039b
1 changed files with 0 additions and 8 deletions

View File

@ -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');
});