From d39141039b19394e8349b1b0d2827c69e17b9793 Mon Sep 17 00:00:00 2001 From: Steve Howell Date: Fri, 22 Nov 2013 15:09:49 -0500 Subject: [PATCH] Remove dead code related to streamlist_expand class. (imported from commit b4dd57fdd77b74f9fe570b2267a6f96ec12937d6) --- static/js/ui.js | 8 -------- 1 file changed, 8 deletions(-) diff --git a/static/js/ui.js b/static/js/ui.js index c4aa2e083f..9324f517ea 100644 --- a/static/js/ui.js +++ b/static/js/ui.js @@ -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'); });