summaryrefslogtreecommitdiffstats
path: root/static/script.js
diff options
context:
space:
mode:
authorraylu <raylu@mixpanel.com>2011-11-04 01:04:42 -0700
committerraylu <raylu@mixpanel.com>2011-11-04 01:04:50 -0700
commit3f0de294ff9450acc84c64c4c6bc890f5c1cd034 (patch)
treebc4c2212fc0db52ceed1782f77365d74ff9c0f0a /static/script.js
parent684831bf81eb9343b0bd91ca2b2fc8679e88c721 (diff)
downloadaudioaxis-3f0de294ff9450acc84c64c4c6bc890f5c1cd034.tar.xz
new, shorter layout for songs
Diffstat (limited to 'static/script.js')
-rw-r--r--static/script.js10
1 files changed, 5 insertions, 5 deletions
diff --git a/static/script.js b/static/script.js
index 4274c9c..4701536 100644
--- a/static/script.js
+++ b/static/script.js
@@ -278,11 +278,6 @@ function drawAdd(s) {
)
)
)
- .append($(document.createElement('canvas'))
- .attr('id', 'c_' + s.yid)
- .attr('width', 700)
- .attr('height', 20)
- )
.append($(document.createElement('br')))
.append($(document.createElement('img'))
.attr('src', '/static/player_play.png')
@@ -301,6 +296,11 @@ function drawAdd(s) {
.attr('alt', 'stop')
.click(function() {stop(s.yid)})
)
+ .append($(document.createElement('canvas'))
+ .attr('id', 'c_' + s.yid)
+ .attr('width', 700)
+ .attr('height', 20)
+ )
.append($(document.createElement('br'))
.addClass('clear')
)