diff --git a/zephyr/static/js/zephyr.js b/zephyr/static/js/zephyr.js index de9cff7fe3..c55c197bdd 100644 --- a/zephyr/static/js/zephyr.js +++ b/zephyr/static/js/zephyr.js @@ -633,7 +633,7 @@ function add_to_tables(zephyr, parent, table) { if (parent !== undefined) { // add a space to the table, but not if we have no parent because // we don't want a bookend as the first element. - table.append($('').append($('')).append($('')).append($('').addClass('bookend'))); + table.append(''); } }