http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6970

Ian Walls <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ian.walls@bywatersolutions.
                   |                            |com

--- Comment #2 from Ian Walls <[email protected]> 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.
_______________________________________________
Koha-bugs mailing list
[email protected]
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to