rss url in new tab

This commit is contained in:
Corban-Lee Jones 2024-06-12 22:56:46 +01:00
parent 3a3c909a86
commit 7c8b32c671

View File

@ -34,7 +34,7 @@ function initContentTable() {
title: "Name",
data: "title",
render: function(data, type, row) {
return `<a href="${row.url}" class="text-decoration-none">${data}</a>`
return `<a href="${row.url}" class="text-decoration-none" target="_blank">${data}</a>`
}
},
{