diff options
author | Björn Schießle <schiessle@owncloud.com> | 2013-01-18 14:11:55 +0100 |
---|---|---|
committer | Björn Schießle <schiessle@owncloud.com> | 2013-01-22 15:33:54 +0100 |
commit | 8e57fe1a08a8fb79509eaa3f6d72d80be981cbd0 (patch) | |
tree | a16fe1019974da42d6c2f4b4cca959c178a7cee2 /apps | |
parent | a3da82261bf03ff4b54b0ebf3836d339fe2d4177 (diff) | |
download | nextcloud-server-8e57fe1a08a8fb79509eaa3f6d72d80be981cbd0.tar.gz nextcloud-server-8e57fe1a08a8fb79509eaa3f6d72d80be981cbd0.zip |
remove unneeded function
Diffstat (limited to 'apps')
-rw-r--r-- | apps/files_trashbin/js/trash.js | 9 |
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') { |