Fix target check with nested buttons

pull/13/head
Thomas Bruederli 12 years ago
parent 174e2ca3bd
commit e10faba000

@ -218,6 +218,8 @@ function rcube_mail_ui()
function body_mouseup(e)
{
var config, obj, target = e.target;
if (target.className == 'inner')
target = e.target.parentNode;
for (var id in popups) {
obj = popups[id];
config = popupconfig[id];

Loading…
Cancel
Save