diff options
Diffstat (limited to 'settings/js/templates/federationscopemenu.handlebars')
-rw-r--r-- | settings/js/templates/federationscopemenu.handlebars | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/settings/js/templates/federationscopemenu.handlebars b/settings/js/templates/federationscopemenu.handlebars index e5cfd942f46..4bd945b094d 100644 --- a/settings/js/templates/federationscopemenu.handlebars +++ b/settings/js/templates/federationscopemenu.handlebars @@ -1,6 +1,6 @@ <ul> {{#each items}} - <li> + <li tabindex="0"> <a href="#" class="menuitem action action-{{name}} permanent {{#if active}}active{{/if}}" data-action="{{name}}"> {{#if iconClass}} <span class="icon {{iconClass}}"></span> |