forked from wallabag/wallabag
Protect star_entry with a CSRF token
This commit is contained in:
@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user