mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2025-04-04 17:19:47 -04:00
No dropdown for sound in readOnly Treemas.
This commit is contained in:
parent
d43ff5d217
commit
bd129f5824
1 changed files with 1 additions and 1 deletions
|
@ -106,7 +106,7 @@ class SoundFileTreema extends TreemaNode.nodeMap.string
|
|||
if @data
|
||||
valEl.append(playButton)
|
||||
valEl.append(stopButton)
|
||||
valEl.append(dropdown) if files.length
|
||||
valEl.append(dropdown) if files.length and @canEdit()
|
||||
if @data
|
||||
path = @data.split('/')
|
||||
name = path[path.length-1]
|
||||
|
|
Loading…
Add table
Reference in a new issue