mirror of
https://github.com/miniflux/v2.git
synced 2025-06-27 16:36:00 +00:00
Add user setting for marking entry as read on view
This commit is contained in:
parent
6046a74a64
commit
356d32c6fe
35 changed files with 84 additions and 29 deletions
4
ui/static/js/bootstrap.js
vendored
4
ui/static/js/bootstrap.js
vendored
|
@ -69,10 +69,10 @@ document.addEventListener("DOMContentLoaded", function () {
|
|||
request.execute();
|
||||
}));
|
||||
|
||||
onClick("a[data-original-link]", (event) => {
|
||||
onClick("a[data-original-link='true']", (event) => {
|
||||
handleEntryStatus("next", event.target, true);
|
||||
}, true);
|
||||
onAuxClick("a[data-original-link]", (event) => {
|
||||
onAuxClick("a[data-original-link='true']", (event) => {
|
||||
if (event.button == 1) {
|
||||
handleEntryStatus("next", event.target, true);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue