diff options
author | John Molakvoæ <skjnldsv@users.noreply.github.com> | 2018-11-20 15:35:22 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-11-20 15:35:22 +0100 |
commit | ebc690bbe3a4ce32455181bd160a6164568bf087 (patch) | |
tree | 0a9a4504c6683053456db9e2e1a7762d686940f3 /core/js/sharetemplates.js | |
parent | a9de88e96e56529256834729361fc3e975d29334 (diff) | |
parent | 7a9ea03943767f048f4b121b0f4a435512bc13cf (diff) | |
download | nextcloud-server-ebc690bbe3a4ce32455181bd160a6164568bf087.tar.gz nextcloud-server-ebc690bbe3a4ce32455181bd160a6164568bf087.zip |
Merge pull request #12491 from nextcloud/share-menu-click-fix
Fix share link password input
Diffstat (limited to 'core/js/sharetemplates.js')
-rw-r--r-- | core/js/sharetemplates.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/js/sharetemplates.js b/core/js/sharetemplates.js index eb3489f6b4e..d982b242c48 100644 --- a/core/js/sharetemplates.js +++ b/core/js/sharetemplates.js @@ -154,7 +154,7 @@ templates['sharedialoglinkshareview_popover_menu'] = template({"1":function(cont + alias4(((helper = (helper = helpers.cid || (depth0 != null ? depth0.cid : depth0)) != null ? helper : alias2),(typeof helper === alias3 ? helper.call(alias1,{"name":"cid","hash":{},"data":data}) : helper))) + "\" class=\"linkPassText\" type=\"password\" placeholder=\"" + alias4(((helper = (helper = helpers.passwordPlaceholder || (depth0 != null ? depth0.passwordPlaceholder : depth0)) != null ? helper : alias2),(typeof helper === alias3 ? helper.call(alias1,{"name":"passwordPlaceholder","hash":{},"data":data}) : helper))) - + "\" autocomplete=\"new-password\" />\n <span class=\"icon icon-loading-small hidden\"></span>\n </span>\n </li>\n"; + + "\" autocomplete=\"new-password\" />\n <input type=\"submit\" class=\"icon-confirm share-pass-submit\" value=\"\" />\n <span class=\"icon icon-loading-small hidden\"></span>\n </span>\n </li>\n"; },"9":function(container,depth0,helpers,partials,data) { return "disabled=\"disabled\""; },"11":function(container,depth0,helpers,partials,data) { |