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:
Owen Leonard 2020-06-18 11:31:40 +00:00 committed by Jonathan Druart
parent 174ea44dcc
commit 6d73c08e73

View file

@ -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 = "";