summaryrefslogtreecommitdiff
path: root/www/js/jingles.js
diff options
context:
space:
mode:
Diffstat (limited to 'www/js/jingles.js')
-rw-r--r--www/js/jingles.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/www/js/jingles.js b/www/js/jingles.js
index 04736e4..20b27c5 100644
--- a/www/js/jingles.js
+++ b/www/js/jingles.js
@@ -197,7 +197,9 @@ Rivendell.JingleCutView.prototype.render = function() {
.append(
$('<td>')
.append(moveButton)
+ .append('&nbsp;')
.append(activateButton)
+ .append('&nbsp;')
.append(deleteButton)
);
};