diff options
author | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2014-07-04 00:07:24 +0200 |
---|---|---|
committer | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2014-07-04 00:07:24 +0200 |
commit | 8e617453e54d8b97e44ea759c0e05dca48e9ccfc (patch) | |
tree | dca8b49043acd4cbe63a9304b6ca179259222ad4 /apps/files_sharing/js | |
parent | fc417465c0b8d8e34a18c3342e4d4bdf92d2a160 (diff) | |
download | nextcloud-server-8e617453e54d8b97e44ea759c0e05dca48e9ccfc.tar.gz nextcloud-server-8e617453e54d8b97e44ea759c0e05dca48e9ccfc.zip |
use icon-confirm instead of text for accepting remote share, works better with translations
Diffstat (limited to 'apps/files_sharing/js')
-rw-r--r-- | apps/files_sharing/js/public.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/files_sharing/js/public.js b/apps/files_sharing/js/public.js index a5027da0cfb..2c68f440756 100644 --- a/apps/files_sharing/js/public.js +++ b/apps/files_sharing/js/public.js @@ -163,7 +163,7 @@ OCA.Sharing.PublicApp = { OCA.Sharing.PublicApp._saveToOwnCloud(remote, token, owner, name, isProtected); }); - $('#save > button').click(function () { + $('#save #save-button').click(function () { $(this).hide(); $('.save-form').css('display', 'inline'); $('#remote_address').focus(); |