diff options
author | Lukas Reschke <lukas@owncloud.com> | 2015-09-03 11:28:14 +0200 |
---|---|---|
committer | Lukas Reschke <lukas@owncloud.com> | 2015-09-03 11:57:48 +0200 |
commit | ac7d2efbe3dd03cee38a1f247ce56461dc1f74cb (patch) | |
tree | bcc1d73b87713f02e3fc104c67d8d1c0bb725f34 /apps/files_sharing/js | |
parent | c4096767ccf6a88422a474e786b8e4a398ede84e (diff) | |
download | nextcloud-server-ac7d2efbe3dd03cee38a1f247ce56461dc1f74cb.tar.gz nextcloud-server-ac7d2efbe3dd03cee38a1f247ce56461dc1f74cb.zip |
Collapse HTML code for federated code
Diffstat (limited to 'apps/files_sharing/js')
-rw-r--r-- | apps/files_sharing/js/settings-personal.js | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/apps/files_sharing/js/settings-personal.js b/apps/files_sharing/js/settings-personal.js index 1c7aea0b9d6..14a9b7bbfa7 100644 --- a/apps/files_sharing/js/settings-personal.js +++ b/apps/files_sharing/js/settings-personal.js @@ -12,4 +12,8 @@ $(document).ready(function() { } }); + $('#oca-files-sharing-add-to-your-website').click(function() { + $('#oca-files-sharing-add-to-your-website-expanded').slideDown(); + }); + }); |