summaryrefslogtreecommitdiff
path: root/www/js/jingles.js
diff options
context:
space:
mode:
authorPeter Grassberger <petertheone@gmail.com>2016-02-09 21:21:15 (GMT)
committerPeter Grassberger <petertheone@gmail.com>2016-02-09 21:21:15 (GMT)
commit6f2d7a5dd61746a114488151cda132e032b10bb1 (patch)
tree3edc8ef422136cb4bd3103745a36434b04a62283 /www/js/jingles.js
parent2e86eed89988d2984be29c7a3baeaaf85d7c9adf (diff)
musicpools: replace spinner
Diffstat (limited to 'www/js/jingles.js')
-rw-r--r--www/js/jingles.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/www/js/jingles.js b/www/js/jingles.js
index 86c1553..377f5b8 100644
--- a/www/js/jingles.js
+++ b/www/js/jingles.js
@@ -196,7 +196,6 @@ Rivendell.JingleCutView.prototype.render = function() {
this.$spinner = $('#hiddenTemplates .spinnerTemplate').clone().removeClass('spinnerTemplate');
-
this.$el = $('<tr>')
.attr('id', 'jingle-' + this.model.cartNumber + '-' + this.model.number)
.append($('<td>').append(status))