mirror of
https://github.com/aureliendavid/rsspreview.git
synced 2025-08-22 19:28:39 +00:00
add label for lastbuilddate (#57)
This commit is contained in:
parent
6ef3c00ace
commit
8f219951a8
@ -201,6 +201,11 @@
|
||||
|
||||
ed[i].innerText = dstr;
|
||||
}
|
||||
|
||||
let lu = el.getElementById('feedLastUpdate');
|
||||
if (lu && lu.innerText.trim() != "") {
|
||||
lu.innerText = "Last updated: " + lu.innerText;
|
||||
}
|
||||
}
|
||||
|
||||
function extensionimages(el = document) {
|
||||
|
Loading…
Reference in New Issue
Block a user