19 Sep
2016
19 Sep
'16
12:54 p.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15711 --- Comment #7 from Jonathan Druart <jonathan.druart@bugs.koha-community.org> --- (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.