mirror of
https://github.com/miniflux/v2.git
synced 2025-08-11 17:51:01 +00:00
Add icons to feeds and categories list
This commit is contained in:
parent
fe8347f32a
commit
5e5615a2d1
18 changed files with 149 additions and 46 deletions
|
@ -517,8 +517,12 @@ function findEntry(element) {
|
|||
}
|
||||
|
||||
function handleConfirmationMessage(linkElement, callback) {
|
||||
linkElement.style.display = "none";
|
||||
if (linkElement.tagName != 'A') {
|
||||
linkElement = linkElement.parentNode;
|
||||
}
|
||||
|
||||
linkElement.style.display = "none";
|
||||
|
||||
let containerElement = linkElement.parentNode;
|
||||
let questionElement = document.createElement("span");
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue