summaryrefslogtreecommitdiffstats
path: root/apps/files_sharing/js
diff options
context:
space:
mode:
authorJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2018-03-07 14:57:07 +0100
committerJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2018-03-07 15:12:06 +0100
commit446a3a9d5a9ea552f93b7621bb798b0f573f1bd7 (patch)
treec444e683380bdd963abf624a3504be1aef79cbf0 /apps/files_sharing/js
parente2910e17b09acc0a1c29ba687ffd78f13c1dbdc0 (diff)
downloadnextcloud-server-446a3a9d5a9ea552f93b7621bb798b0f573f1bd7.tar.gz
nextcloud-server-446a3a9d5a9ea552f93b7621bb798b0f573f1bd7.zip
Fixed ext share style and use varable for popover height
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
Diffstat (limited to 'apps/files_sharing/js')
-rw-r--r--apps/files_sharing/js/public.js6
1 files changed, 0 insertions, 6 deletions
diff --git a/apps/files_sharing/js/public.js b/apps/files_sharing/js/public.js
index 607c50f5028..4b3ede24389 100644
--- a/apps/files_sharing/js/public.js
+++ b/apps/files_sharing/js/public.js
@@ -278,12 +278,6 @@ OCA.Sharing.PublicApp = {
}
});
- $('#save #save-button').click(function () {
- $(this).hide();
- $('.save-form').css('display', 'inline');
- $('#remote_address').focus();
- });
-
// legacy
window.FileList = this.fileList;
},