Bug 25402: (QA follow-up) Remove unused downloadBasket function
This patch removes the now-unused downloadBasket function from basket.js. The patch should have no effect on the functionality of the download process. Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
This commit is contained in:
parent
174ea44dcc
commit
6d73c08e73
1 changed files with 0 additions and 10 deletions
|
@ -358,16 +358,6 @@ function sendBasket() {
|
|||
var win_form = open(loc,"win_form",optWin);
|
||||
}
|
||||
|
||||
function downloadBasket() {
|
||||
var nameCookie = "bib_list";
|
||||
var valCookie = readCookie(nameCookie);
|
||||
var strCookie = nameCookie + "=" + valCookie;
|
||||
|
||||
var loc = "/cgi-bin/koha/opac-downloadcart.pl?" + strCookie;
|
||||
|
||||
open(loc,"win_form",'scrollbars=no,resizable=no,height=300,width=450,top=50,left=100');
|
||||
}
|
||||
|
||||
function showMore() {
|
||||
var strCookie = "";
|
||||
|
||||
|
|
Loading…
Reference in a new issue