Skip to content
Snippets Groups Projects
Commit 158ec3a2 authored by wkwk's avatar wkwk
Browse files

Fix rules link hotkey

parent ce3a4804
No related branches found
No related tags found
1 merge request!6552Fix rules link hotkey
...@@ -81,7 +81,7 @@ Mousetrap.bind("v", function() { ...@@ -81,7 +81,7 @@ Mousetrap.bind("v", function() {
$("#story-caption #URButton a.macro-link").trigger("click"); $("#story-caption #URButton a.macro-link").trigger("click");
}); });
Mousetrap.bind("r", function() { Mousetrap.bind("r", function() {
$("#RAButton a.macro-link").trigger("click"); $("#RAButton a").trigger("click");
}); });
Mousetrap.bind("x", function() { Mousetrap.bind("x", function() {
$("#story-caption #managePerson a.macro-link").trigger("click"); $("#story-caption #managePerson a.macro-link").trigger("click");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment