diff options
-rw-r--r-- | www/js/jingles.js | 2 |
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(' ') .append(activateButton) + .append(' ') .append(deleteButton) ); }; |