Bug 9059: Followup

Removes last occurrence of dependent= parameter. See also report 7368.

Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl>
Signed-off-by: Katrin Fischer <Katrin.Fischer.83@web.de>
Passes all tests.
Tested successfully in Chromium and Firefox in Ubuntu.
Signed-off-by: Jared Camins-Esakov <jcamins@cpbibliography.com>
This commit is contained in:
Marcel de Rooy 2012-11-14 14:02:54 +01:00 committed by Jared Camins-Esakov
parent 7ff10e2e14
commit df1db0d4dc

View file

@ -354,7 +354,7 @@ function sendBasket() {
var loc = CGIBIN + "opac-sendbasket.pl?" + strCookie;
var optWin="dependent=yes,scrollbars=yes,resizable=yes,height=600,width=900,top=50,left=100";
var optWin="scrollbars=yes,resizable=yes,height=600,width=900,top=50,left=100";
var win_form = open(loc,"win_form",optWin);
}