mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2025-03-31 07:12:49 -04:00
Remove a test wrench thrown into CommunityView
This commit is contained in:
parent
fad9d0a757
commit
3df4f26293
2 changed files with 1 additions and 3 deletions
app
|
@ -1,6 +1,6 @@
|
|||
#cla
|
||||
|
||||
.alert.alert-info This agreement was generated by
|
||||
.alert.alert-info.spr This agreement was generated by
|
||||
a(href="http://selector.harmonyagreements.org/") Harmony
|
||||
| . Sign at the bottom (it's easy).
|
||||
|
||||
|
|
|
@ -7,8 +7,6 @@ module.exports = class CommunityView extends RootView
|
|||
|
||||
afterRender: ->
|
||||
super()
|
||||
ajdfas()
|
||||
|
||||
@$el.find('.contribute-classes a').each ->
|
||||
characterClass = $(@).attr('href').split('/')[2]
|
||||
title = $.i18n.t("classes.#{characterClass}_title")
|
||||
|
|
Loading…
Add table
Reference in a new issue