mirror of
https://github.com/discourse/discourse.git
synced 2026-09-05 04:40:41 -05:00
Merge pull request #185 from tms/search-all-the-things
Search all the things
This commit is contained in:
@@ -92,8 +92,8 @@ window.Discourse.SearchView = Ember.View.extend Discourse.Presence,
|
||||
count
|
||||
).property('content')
|
||||
|
||||
moreOfType: (e) ->
|
||||
@set('typeFilter', e.context)
|
||||
moreOfType: (type) ->
|
||||
@set('typeFilter', type)
|
||||
false
|
||||
|
||||
cancelType: ->
|
||||
|
||||
Reference in New Issue
Block a user