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

--- Comment #2 from David Cook <[email protected]> ---
I've definitely experienced this as well, although in my case the problem was
with Chrome and IE while it worked in Firefox.

After I reported the bug and gave up on it, I tried again in Chrome and IE...
and found that they were working as expected! No buggy behaviour!

So I don't know... my boss suggested that we make the confirm_deletion function
more simple or remove it all together in favour of the following inline code:

onclick="return confirm('Are you sure you want to delete this item?')"

or

onclick="return confirm(_('Are you sure you want to delete this item?'))"

Perhaps that's a thought... when I tested the first option, it worked fine.

-- 
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/

Reply via email to