diff --git a/module/block/js/dashboard.js b/module/block/js/dashboard.js index ebbabf8651..3a88e7242c 100644 --- a/module/block/js/dashboard.js +++ b/module/block/js/dashboard.js @@ -50,6 +50,7 @@ function checkEmpty() var $dashboard = $('#dashboard'); var hasBlocks = !!$dashboard.children('.row').children().length; $dashboard.find('.dashboard-empty-message').toggleClass('hide', hasBlocks); + if(!hasBlocks) $dashboard.find('.dashboard-actions').addClass('hide'); } /**