http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6970 Ian Walls <ian.walls@bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |ian.walls@bywatersolutions. | |com --- Comment #2 from Ian Walls <ian.walls@bywatersolutions.com> 2011-10-04 19:53:28 UTC --- Problem is on koha-tmpl/intranet-tmpl/prog/en/jd/basket.js, lines 308 and 310 (denoted below by being commented out). function delBasket(rep) { if (rep == undefined){ rep = confirm(MSG_CONFIRM_DEL_BASKET); } if (rep) { delCookie(nameCookie); // document.location = "about:blank"; updateBasket(0,top.opener); // window.close(); } } Removing those lines as above fixes the issue in the latest Firefox; not sure about other browsers, if they'd be required. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug.