18 Apr, 2014

2 commits


15 Apr, 2014

2 commits


14 Apr, 2014

4 commits


10 Apr, 2014

1 commit


05 Apr, 2014

1 commit


01 Apr, 2014

3 commits


31 Mar, 2014

2 commits


30 Mar, 2014

2 commits


29 Mar, 2014

2 commits


28 Mar, 2014

2 commits


24 Mar, 2014

4 commits


22 Mar, 2014

2 commits


21 Mar, 2014

1 commit


26 Feb, 2014

4 commits


19 Feb, 2014

3 commits


10 Feb, 2014

3 commits


09 Feb, 2014

1 commit


08 Feb, 2014

1 commit

  • Formerly if any input in the sub-menus had the substring 'type' in its
    name, this event handler would have been bound to clicks on the input
    element. When this happens, the variable 'chosen' would generally be an
    empty string and that would result in an erroneous jQuery finder:
    wrapper.find('div.'+section_class+'.'+chosen) causing an unhandled
    error.
    
    It looks like the intent is to bind only to the selectable choice icons,
    so that's what this commit does and as a bonus, the embedded forms can
    now have an input with the word 'type' in its name.
    Stephen Crosby