Changeset 459e46a in github


Ignore:
Timestamp:
Jun 14, 2012 4:58:42 AM (11 months ago)
Author:
Thomas Bruederli <thomas@…>
Branches:
release-0.8
Children:
eb04f60d
Parents:
ce7090c
git-author:
Thomas Bruederli <thomas@…> (06/14/12 04:57:55)
git-committer:
Thomas Bruederli <thomas@…> (06/14/12 04:58:42)
Message:

Fix target check with nested buttons

File:
1 edited

Legend:

Unmodified
Added
Removed
  • skins/larry/ui.js

    ra202710 r459e46a  
    221221  { 
    222222    var config, obj, target = e.target; 
     223    if (target.className == 'inner') 
     224        target = e.target.parentNode; 
    223225    for (var id in popups) { 
    224226      obj = popups[id]; 
Note: See TracChangeset for help on using the changeset viewer.