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-18 14:11:55 +0100 |
commit | ca14af2fdd2d0160315f252b151970d78ec77ab6 (patch) | |
tree | 7b3c0e9a7d09e44ebaeac99036b2906a5692da89 | |
parent | d16164b0cd90cc52758b2d7c7b847e99fb892247 (diff) | |
download | nextcloud-server-ca14af2fdd2d0160315f252b151970d78ec77ab6.tar.gz nextcloud-server-ca14af2fdd2d0160315f252b151970d78ec77ab6.zip |
remove unneeded function
-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') { |