diff options
author | Roeland Jago Douma <rullzer@users.noreply.github.com> | 2019-03-25 09:40:34 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-03-25 09:40:34 +0100 |
commit | 4ce191b7ccea6558c0f51f9d866f872120fea356 (patch) | |
tree | a37c5e15e4e7c9ddd85d6b2423246793ae9dcc44 /settings/js/templates.js | |
parent | 4785faed0bbc1da9c6d1daabbcf8398fba2c3fb1 (diff) | |
parent | 5926ff95e1a31dd3991829b3aab4f8b54f137521 (diff) | |
download | nextcloud-server-4ce191b7ccea6558c0f51f9d866f872120fea356.tar.gz nextcloud-server-4ce191b7ccea6558c0f51f9d866f872120fea356.zip |
Merge pull request #14808 from nextcloud/fix/personal-settings-fed-scope-tabindex
Fix personal settings fed scope tabindex
Diffstat (limited to 'settings/js/templates.js')
-rw-r--r-- | settings/js/templates.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/settings/js/templates.js b/settings/js/templates.js index 10c671bad60..7ab08db2065 100644 --- a/settings/js/templates.js +++ b/settings/js/templates.js @@ -3,7 +3,7 @@ templates['federationscopemenu'] = template({"1":function(container,depth0,helpers,partials,data) { var stack1, helper, alias1=depth0 != null ? depth0 : (container.nullContext || {}), alias2=helpers.helperMissing, alias3="function", alias4=container.escapeExpression; - return " <li>\n <a href=\"#\" class=\"menuitem action action-" + return " <li tabindex=\"0\">\n <a href=\"#\" class=\"menuitem action action-" + alias4(((helper = (helper = helpers.name || (depth0 != null ? depth0.name : depth0)) != null ? helper : alias2),(typeof helper === alias3 ? helper.call(alias1,{"name":"name","hash":{},"data":data}) : helper))) + " permanent " + ((stack1 = helpers["if"].call(alias1,(depth0 != null ? depth0.active : depth0),{"name":"if","hash":{},"fn":container.program(2, data, 0),"inverse":container.noop,"data":data})) != null ? stack1 : "") |