Hide the up arrow for the top-most element

master
Mike Koch 7 years ago
parent 7fb7a8bec4
commit 60301f4aab

@ -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) {

Loading…
Cancel
Save