aboutsummaryrefslogtreecommitdiffhomepage
path: root/app/Resources/static/themes/baggy/js/shortcuts/entry.js
diff options
context:
space:
mode:
Diffstat (limited to 'app/Resources/static/themes/baggy/js/shortcuts/entry.js')
-rw-r--r--app/Resources/static/themes/baggy/js/shortcuts/entry.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Resources/static/themes/baggy/js/shortcuts/entry.js b/app/Resources/static/themes/baggy/js/shortcuts/entry.js
index 728df8bd..22aa0caf 100644
--- a/app/Resources/static/themes/baggy/js/shortcuts/entry.js
+++ b/app/Resources/static/themes/baggy/js/shortcuts/entry.js
@@ -7,7 +7,7 @@ Mousetrap.bind('o', () => {
7}); 7});
8 8
9/* mark as favorite */ 9/* mark as favorite */
10Mousetrap.bind('s', () => { 10Mousetrap.bind('f', () => {
11 $('div#article_toolbar ul.links a.favorite')[0].click(); 11 $('div#article_toolbar ul.links a.favorite')[0].click();
12}); 12});
13 13