Merge pull request from jayant1992/master

Fixes , the list of levels in editor reloads properly upon changing ...
This commit is contained in:
Nick Winter 2014-03-21 17:46:10 -07:00
commit b91f3200c2

View file

@ -53,6 +53,7 @@ module.exports = class ThangTypeHomeView extends View
hash = document.location.hash[1..]
searchInput = @$el.find('#search')
searchInput.val(hash) if hash?
delete @collection?.term
searchInput.trigger('change')
searchInput.focus()