mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-24 08:09:13 -05:00
Added a:first
This commit is contained in:
parent
4fd73a2b2f
commit
1acb2a13f1
1 changed files with 2 additions and 2 deletions
|
@ -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 a new issue