does xml now too
This commit is contained in:
parent
4ce39031b4
commit
4341df0924
@ -294,7 +294,7 @@ function processJson(j) {
|
||||
// console.log(`Score ${score}`);
|
||||
let scoreText = `<div style='color:red;weight:900'>Score ${score}</div>`;
|
||||
let linkText = `<div><a href='${item.url}'>Link</a></div>`;
|
||||
item.description = scoreText + linkText + description;
|
||||
item.description = scoreText + description;
|
||||
}
|
||||
|
||||
return j;
|
||||
|
Loading…
Reference in New Issue
Block a user