mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2024-11-24 16:17:57 -05:00
Editor tables now load i18n correctly after search.
This commit is contained in:
parent
c3c699df49
commit
c2d247e686
1 changed files with 1 additions and 0 deletions
|
@ -77,6 +77,7 @@ module.exports = class ThangTypeHomeView extends View
|
||||||
documents = @collection.models
|
documents = @collection.models
|
||||||
table = $(@tableTemplate(documents:documents))
|
table = $(@tableTemplate(documents:documents))
|
||||||
@$el.find('table').replaceWith(table)
|
@$el.find('table').replaceWith(table)
|
||||||
|
@$el.find('table').i18n()
|
||||||
|
|
||||||
removeOldSearch: ->
|
removeOldSearch: ->
|
||||||
return unless @collection?
|
return unless @collection?
|
||||||
|
|
Loading…
Reference in a new issue