diff --git a/src/sunstone/public/app/sunstone.js b/src/sunstone/public/app/sunstone.js index 5ef6fa39a6..f56a9a7ffe 100644 --- a/src/sunstone/public/app/sunstone.js +++ b/src/sunstone/public/app/sunstone.js @@ -430,9 +430,10 @@ define(function(require) { if ($("#" + customId + "labels_buttons button", buttonsRow).length != 0) { $('#' + customId + 'labels_buttons').append( - '
').foundation(); + ''); } + $('#' + customId + 'labels_buttons').foundation(); //actionBlock.foundationButtons(); $('.top_button, .list_button', actionBlock).prop('disabled', false); $('.top_button, .list_button', actionBlock).prop('disabled', true);