View | Details | Raw Unified | Return to bug 9059
Collapse All | Expand All

(-)a/koha-tmpl/opac-tmpl/prog/en/js/basket.js (-2 / +1 lines)
Lines 354-360 function sendBasket() { Link Here
354
354
355
    var loc = CGIBIN + "opac-sendbasket.pl?" + strCookie;
355
    var loc = CGIBIN + "opac-sendbasket.pl?" + strCookie;
356
356
357
    var optWin="dependant=yes,scrollbars=no,resizable=no,height=300,width=450,top=50,left=100";
357
    var optWin="dependent=yes,scrollbars=yes,resizable=yes,height=600,width=900,top=50,left=100";
358
    var win_form = open(loc,"win_form",optWin);
358
    var win_form = open(loc,"win_form",optWin);
359
}
359
}
360
360
361
- 

Return to bug 9059