https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15711
--- Comment #7 from Jonathan Druart <[email protected]> --- (In reply to Jonathan Druart from comment #6) > I still get the same behavior. 6 function DeleteConfirm() { 7 var results = selected_images("delete"); 8 if (results.images != 0) { It seems that selected_images returns -1, and so the if is evaluated true (results.images is undefined which is != 0) -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ 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/
