We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b08141 commit 3bf53c9Copy full SHA for 3bf53c9
public/js/script.js
@@ -597,7 +597,7 @@ function preview(items) {
597
}
598
599
carouselItem.find('.carousel-label').attr('target', '_blank').attr('href', item.url)
600
- .append(item.name)
+ .text(item.name)
601
.append($('<i class="fas fa-external-link-alt ml-2"></i>'));
602
603
carousel.children('.carousel-inner').append(carouselItem);
0 commit comments