Skip to content
Snippets Groups Projects
Commit 75acfac2 authored by Pregmodder's avatar Pregmodder
Browse files

Merge branch 'fix-rules-hotkey' into 'pregmod-master'

Fix rules link hotkey

See merge request !6552
parents 80d6a5a8 158ec3a2
No related branches found
No related tags found
1 merge request!6552Fix rules link hotkey
......@@ -81,7 +81,7 @@ Mousetrap.bind("v", function() {
$("#story-caption #URButton a.macro-link").trigger("click");
});
Mousetrap.bind("r", function() {
$("#RAButton a.macro-link").trigger("click");
$("#RAButton a").trigger("click");
});
Mousetrap.bind("x", function() {
$("#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