Production Lessons: Added more tags

This commit is contained in:
2018-09-18 16:54:57 +02:00
parent fef7d5feac
commit 2395bd8090
2 changed files with 24 additions and 30 deletions

View File

@@ -136,7 +136,7 @@
.addClass('js-load-next')
.attr('href', 'javascript:void(0);')
.click(function() { loadNext(card_deck_element); return false; })
.text('Load more items');
.text('Load More');
link.appendTo(card_deck_element);
}
});