diff options
author | Daniel Kesselberg <mail@danielkesselberg.de> | 2019-02-02 11:59:13 +0100 |
---|---|---|
committer | Daniel Kesselberg <mail@danielkesselberg.de> | 2019-02-02 20:21:57 +0100 |
commit | 9ff6a2dab8e3f81efff2c7925ff2d77ceecd738f (patch) | |
tree | e0abb39c1c35a10af36385dcf53c46628334cf36 /settings/js/templates.js | |
parent | 34e849d7024ed46568b7829782f602ae7d958abe (diff) | |
download | nextcloud-server-9ff6a2dab8e3f81efff2c7925ff2d77ceecd738f.tar.gz nextcloud-server-9ff6a2dab8e3f81efff2c7925ff2d77ceecd738f.zip |
Improve usability
- Trigger rename by doubleclick on token name
- Use action rename to open and close
- Line height stays the same
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
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 ac6ba948dd1..e35f93d3cb9 100644 --- a/settings/js/templates.js +++ b/settings/js/templates.js @@ -3,7 +3,7 @@ templates['authtoken'] = template({"1":function(container,depth0,helpers,partials,data) { var helper; - return " <input class=\"hidden rename-token\" type=\"text\" value=\"" + return " <input class=\"hidden\" type=\"text\" value=\"" + container.escapeExpression(((helper = (helper = helpers.name || (depth0 != null ? depth0.name : depth0)) != null ? helper : helpers.helperMissing),(typeof helper === "function" ? helper.call(depth0 != null ? depth0 : (container.nullContext || {}),{"name":"name","hash":{},"data":data}) : helper))) + "\" />\n"; },"3":function(container,depth0,helpers,partials,data) { |