diff options
author | Bjoern Schiessle <schiessle@owncloud.com> | 2015-06-17 13:40:46 +0200 |
---|---|---|
committer | Bjoern Schiessle <schiessle@owncloud.com> | 2015-06-17 13:53:59 +0200 |
commit | ac9733a8b8bb64a9cc5c5b792fb1119106d76fd0 (patch) | |
tree | 2d45b128d242f05366955f1c7569c12e07f7a5d1 /apps/files_sharing/js | |
parent | 4599da9608edba255bd4e5806e16424c11ca3de2 (diff) | |
download | nextcloud-server-ac9733a8b8bb64a9cc5c5b792fb1119106d76fd0.tar.gz nextcloud-server-ac9733a8b8bb64a9cc5c5b792fb1119106d76fd0.zip |
make the click actions work
Diffstat (limited to 'apps/files_sharing/js')
-rw-r--r-- | apps/files_sharing/js/settings-personal.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/files_sharing/js/settings-personal.js b/apps/files_sharing/js/settings-personal.js index 800579d1eca..1c7aea0b9d6 100644 --- a/apps/files_sharing/js/settings-personal.js +++ b/apps/files_sharing/js/settings-personal.js @@ -1,6 +1,6 @@ $(document).ready(function() { - $('#fileSharingSettings img').click(function() { + $('#fileSharingSettings button.pop-up').click(function() { var url = $(this).data('url'); if (url) { var width = 600; |