rss url in new tab
This commit is contained in:
parent
3a3c909a86
commit
7c8b32c671
@ -34,7 +34,7 @@ function initContentTable() {
|
|||||||
title: "Name",
|
title: "Name",
|
||||||
data: "title",
|
data: "title",
|
||||||
render: function(data, type, row) {
|
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>`
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user