remove unneeded function

This commit is contained in:
Björn Schießle 2013-01-18 14:11:55 +01:00
parent d16164b0cd
commit ca14af2fdd
1 changed files with 0 additions and 9 deletions

View File

@ -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') {