Remove all number. Toggle search and dropdown.
This commit is contained in:
committed by
Arjun Singh
parent
e3ef9993a0
commit
79775c6ea8
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user