aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files_sharing/js
diff options
context:
space:
mode:
authorThomas Müller <thomas.mueller@tmit.eu>2014-01-15 15:22:40 +0100
committerThomas Müller <thomas.mueller@tmit.eu>2014-01-15 15:22:40 +0100
commitb3a668378484ad65c601964d84a0b70e7f93318e (patch)
tree3f0ca3d5a5b64db1b79d7569efa86c0a2b4d2735 /apps/files_sharing/js
parentce231c406dfafdedbe97baa5a3c3612b4428b79d (diff)
downloadnextcloud-server-b3a668378484ad65c601964d84a0b70e7f93318e.tar.gz
nextcloud-server-b3a668378484ad65c601964d84a0b70e7f93318e.zip
remove unused js code and css rules
Diffstat (limited to 'apps/files_sharing/js')
-rw-r--r--apps/files_sharing/js/public.js11
1 files changed, 0 insertions, 11 deletions
diff --git a/apps/files_sharing/js/public.js b/apps/files_sharing/js/public.js
index eacd4096ed8..63e1ccaadfa 100644
--- a/apps/files_sharing/js/public.js
+++ b/apps/files_sharing/js/public.js
@@ -9,8 +9,6 @@ function fileDownloadPath(dir, file) {
$(document).ready(function() {
- $('#data-upload-form').tipsy({gravity:'ne', fade:true});
-
if (typeof FileActions !== 'undefined') {
var mimetype = $('#mimetype').val();
// Show file preview if previewer is available, images are already handled by the template
@@ -58,15 +56,6 @@ $(document).ready(function() {
};
});
- // Add Uploadprogress Wrapper to controls bar
- $('#controls').append($('#additional_controls div#uploadprogresswrapper'));
-
- // Cancel upload trigger
- $('#cancel_upload_button').click(function() {
- OC.Upload.cancelUploads();
- procesSelection();
- });
-
$('#directLink').focus();
});