1
0
Fork 0
mirror of https://github.com/miniflux/v2.git synced 2025-07-02 16:38:37 +00:00

Add remove button in feed edit page

This commit is contained in:
Frédéric Guillot 2018-08-25 12:21:54 -07:00
parent febce4f2e3
commit 551b73acfb
7 changed files with 43 additions and 10 deletions

View file

@ -58,6 +58,7 @@ document.addEventListener("DOMContentLoaded", function() {
});
mouseHandler.onClick("a[data-on-click=markPageAsRead]", () => navHandler.markPageAsRead());
mouseHandler.onClick("a[data-confirm]", (event) => {
(new ConfirmHandler()).handle(event);
});