mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2025-04-13 21:44:40 -04:00
commit
d9b8375744
1 changed files with 1 additions and 1 deletions
|
@ -107,7 +107,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