mirror of
https://github.com/discourse/discourse.git
synced 2025-02-16 18:24:52 -06:00
Added a:first
This commit is contained in:
parent
4fd73a2b2f
commit
1acb2a13f1
@ -147,12 +147,12 @@ Discourse.KeyboardShortcuts = Ember.Object.createWithMixins({
|
||||
|
||||
showSiteMap: function() {
|
||||
$('#site-map').click();
|
||||
$('#site-map-dropdown').focus();
|
||||
$('#site-map-dropdown a:first').focus();
|
||||
},
|
||||
|
||||
showCurrentUser: function() {
|
||||
$('#current-user').click();
|
||||
$('#user-dropdown').focus();
|
||||
$('#user-dropdown a:first').focus();
|
||||
},
|
||||
|
||||
showHelpModal: function() {
|
||||
|
Loading…
Reference in New Issue
Block a user