mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2025-03-24 11:50:58 -04:00
Merge pull request #649 from jayant1992/master
Fixes #641, the list of levels in editor reloads properly upon changing ...
This commit is contained in:
commit
b91f3200c2
1 changed files with 1 additions and 0 deletions
|
@ -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()
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue