mirror of
https://github.com/wallabag/wallabag.git
synced 2025-06-27 16:36:00 +00:00
Protect star_entry with a CSRF token
This commit is contained in:
parent
edffef8375
commit
00d0e6f951
6 changed files with 47 additions and 13 deletions
|
@ -10,7 +10,7 @@ $(document).ready(() => {
|
|||
|
||||
/* mark as favorite */
|
||||
Mousetrap.bind('f', () => {
|
||||
$('ul.side-nav a.favorite i')[0].click();
|
||||
$('ul.side-nav button.favorite i')[0].click();
|
||||
});
|
||||
|
||||
/* mark as read */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue