diff --git a/internal-api/js/manage-categories.js b/internal-api/js/manage-categories.js index 8364e57e..8cfe46b7 100644 --- a/internal-api/js/manage-categories.js +++ b/internal-api/js/manage-categories.js @@ -72,6 +72,11 @@ function loadTable() { categories[this.id] = this; lastElement = this; + + if (first) { + $template.find('[data-direction="up"]').css('visibility', 'hidden'); + first = false; + } }); if (lastElement) {