summaryrefslogtreecommitdiffstats
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-18 14:11:55 +0100
commitca14af2fdd2d0160315f252b151970d78ec77ab6 (patch)
tree7b3c0e9a7d09e44ebaeac99036b2906a5692da89
parentd16164b0cd90cc52758b2d7c7b847e99fb892247 (diff)
downloadnextcloud-server-ca14af2fdd2d0160315f252b151970d78ec77ab6.tar.gz
nextcloud-server-ca14af2fdd2d0160315f252b151970d78ec77ab6.zip
remove unneeded function
-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') {