Add stream-sidebar-arrow class

(imported from commit f26e797dce1b1f612872d4026dcf6c10f9cfbba6)
This commit is contained in:
Steve Howell 2013-09-17 15:24:00 -04:00
parent 0cf588cd25
commit cc30f658b2
2 changed files with 2 additions and 2 deletions

View File

@ -253,7 +253,7 @@ exports.register_click_handlers = function () {
e.preventDefault();
});
$('#stream_filters').on('click', 'span.arrow', function (e) {
$('#stream_filters').on('click', '.stream-sidebar-arrow', function (e) {
var elt = e.target;
if (stream_sidebar_popped()
&& current_stream_sidebar_elem === elt) {

View File

@ -21,6 +21,6 @@
<i class="icon-vector-lock {{dark_background}}"></i>
{{/if}}
</div>
<span class="arrow"><i class="icon-vector-chevron-down"></i></span>
<span class="arrow stream-sidebar-arrow"><i class="icon-vector-chevron-down"></i></span>
</li>