Skip to content
Snippets Groups Projects
Commit a99196a1 authored by Greg Price's avatar Greg Price
Browse files

Clear search alerts when a forum topic is selected

parent 748d7660
No related branches found
No related tags found
No related merge requests found
......@@ -493,6 +493,7 @@ if Backbone?
clearSearch: ->
@$(".forum-nav-search-input").val("")
@current_search = ""
@clearSearchAlerts()
clearFilters: ->
@$(".forum-nav-filter-main-control").val("all")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment