summaryrefslogtreecommitdiffstats
path: root/apps
diff options
context:
space:
mode:
authorBjörn Schießle <schiessle@owncloud.com>2013-01-18 14:11:55 +0100
committerBjörn Schießle <schiessle@owncloud.com>2013-01-22 15:33:54 +0100
commit8e57fe1a08a8fb79509eaa3f6d72d80be981cbd0 (patch)
treea16fe1019974da42d6c2f4b4cca959c178a7cee2 /apps
parenta3da82261bf03ff4b54b0ebf3836d339fe2d4177 (diff)
downloadnextcloud-server-8e57fe1a08a8fb79509eaa3f6d72d80be981cbd0.tar.gz
nextcloud-server-8e57fe1a08a8fb79509eaa3f6d72d80be981cbd0.zip
remove unneeded function
Diffstat (limited to 'apps')
-rw-r--r--apps/files_trashbin/js/trash.js9
1 files changed, 0 insertions, 9 deletions
diff --git a/apps/files_trashbin/js/trash.js b/apps/files_trashbin/js/trash.js
index b9088944fd4..075dc6c3159 100644
--- a/apps/files_trashbin/js/trash.js
+++ b/apps/files_trashbin/js/trash.js
@@ -1,12 +1,3 @@
-// Override download path to files_sharing/public.php
-function fileDownloadPath(dir, file) {
- var url = $('#downloadURL').val();
- if (url.indexOf('&path=') != -1) {
- url += '/'+file;
- }
- return url;
-}
-
$(document).ready(function() {
if (typeof FileActions !== 'undefined') {