Rename pushbook to download
This commit is contained in:
parent
7b7f866582
commit
f5b0b2aab5
|
@ -84,7 +84,7 @@ function getContents() {
|
|||
if ( item.folder == true ) {
|
||||
contents += '<div><span class="target folder" data-newpath="' + item.fullpath + '">' + item.displayname + "</span></div>";
|
||||
} else {
|
||||
contents += '<div><a href="pushbook.php?id=' + item.id;
|
||||
contents += '<div><a href="download.php?id=' + item.id;
|
||||
if ( item.displayname.substring(item.displayname.length - 4) == "epub" ) {
|
||||
contents += '&file=' + item.displayname + '" target="_blank"';
|
||||
} else {
|
||||
|
|
Loading…
Reference in New Issue
Block a user