diff options
author | John Molakvoæ <skjnldsv@users.noreply.github.com> | 2019-09-28 10:46:31 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-09-28 10:46:31 +0200 |
commit | c8cd607681ac128228f57114ce14dd67ab05de04 (patch) | |
tree | f1ddbe9300a4b37e2f8e78f933ed82dca98b1e10 /settings | |
parent | 8ca587be3a6cb555eb1c8b8245fe48cc9bea7a3e (diff) | |
parent | f737dc9a864443b30cd908dbf3d27b890ba4f4d4 (diff) | |
download | nextcloud-server-c8cd607681ac128228f57114ce14dd67ab05de04.tar.gz nextcloud-server-c8cd607681ac128228f57114ce14dd67ab05de04.zip |
Remove input id on login form (#17294)
Remove input id on login form
Diffstat (limited to 'settings')
-rw-r--r-- | settings/js/templates.js | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/settings/js/templates.js b/settings/js/templates.js index 7ab08db2065..94e44eebf55 100644 --- a/settings/js/templates.js +++ b/settings/js/templates.js @@ -1,7 +1,7 @@ (function() { var template = Handlebars.template, templates = OC.Settings.Templates = OC.Settings.Templates || {}; 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; + var stack1, helper, alias1=depth0 != null ? depth0 : (container.nullContext || {}), alias2=container.hooks.helperMissing, alias3="function", alias4=container.escapeExpression; 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))) @@ -22,11 +22,11 @@ templates['federationscopemenu'] = template({"1":function(container,depth0,helpe var helper; return " <span class=\"icon " - + container.escapeExpression(((helper = (helper = helpers.iconClass || (depth0 != null ? depth0.iconClass : depth0)) != null ? helper : helpers.helperMissing),(typeof helper === "function" ? helper.call(depth0 != null ? depth0 : (container.nullContext || {}),{"name":"iconClass","hash":{},"data":data}) : helper))) + + container.escapeExpression(((helper = (helper = helpers.iconClass || (depth0 != null ? depth0.iconClass : depth0)) != null ? helper : container.hooks.helperMissing),(typeof helper === "function" ? helper.call(depth0 != null ? depth0 : (container.nullContext || {}),{"name":"iconClass","hash":{},"data":data}) : helper))) + "\"></span>\n"; },"6":function(container,depth0,helpers,partials,data) { return " <span class=\"no-icon\"></span>\n"; -},"compiler":[7,">= 4.0.0"],"main":function(container,depth0,helpers,partials,data) { +},"compiler":[8,">= 4.3.0"],"main":function(container,depth0,helpers,partials,data) { var stack1; return "<ul>\n" |