remove unneeded function
This commit is contained in:
parent
a3da82261b
commit
8e57fe1a08
|
@ -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() {
|
$(document).ready(function() {
|
||||||
|
|
||||||
if (typeof FileActions !== 'undefined') {
|
if (typeof FileActions !== 'undefined') {
|
||||||
|
|
Loading…
Reference in New Issue