Commit 79775c6e by Matthew Mongeau Committed by Arjun Singh

Remove all number. Toggle search and dropdown.

parent e3ef9993
......@@ -139,6 +139,8 @@ if Backbone?
toggleTopicDrop: (event) =>
event.stopPropagation()
@$(".search").removeClass('is-open')
@$(".browse").addClass('is-open')
@$(".browse").toggleClass('is-dropped')
if @$(".browse").hasClass('is-dropped')
@$(".browse-topic-drop-menu-wrapper").show()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment