mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2024-11-24 08:08:15 -05:00
Ditched double game-menu-open sound when opening LevelSetupManager modals.
This commit is contained in:
parent
7a9d09654d
commit
f50898ddf5
1 changed files with 0 additions and 1 deletions
|
@ -87,7 +87,6 @@ module.exports = class PlayHeroesModal extends ModalView
|
|||
@onHeroChanged direction: null, relatedTarget: @$el.find('.hero-item')[heroIndex]
|
||||
@$el.find('.hero-stat').tooltip()
|
||||
@buildCodeLanguages()
|
||||
Backbone.Mediator.publish 'audio-player:play-sound', trigger: 'game-menu-open', volume: 1
|
||||
|
||||
rerenderFooter: ->
|
||||
@formatHero @visibleHero
|
||||
|
|
Loading…
Reference in a new issue