To participate you must create an account on apostrophenow.org. If you have already done so, click Login.

Changeset 1092

Show
Ignore:
Timestamp:
04/29/10 13:13:57 (22 months ago)
Author:
johnnyoffline
Message:

fixed a multiSelect bug with aUI

Location:
plugins/apostrophePlugin/trunk/web/js
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • plugins/apostrophePlugin/trunk/web/js/aControls.js

    r968 r1092  
    195195                                        { 
    196196                                                select.selectedIndex = 0; 
    197                                                 aUI($("#" + id + " .add")); 
     197                                                aUI("#" + id + " .add"); 
    198198                                                $("#" + id + " .add").fadeIn().children('input').focus(); 
    199199                                                return; 
  • plugins/apostrophePlugin/trunk/web/js/aUI.js

    r1089 r1092  
    99        else if (typeof target == 'object') // If jQuery object get id 
    1010        { 
    11                 target = "#"+$(target).attr('id')+" "; 
     11                target = "#"+ target.attr('id') +" "; 
    1212        } 
    1313        else // probably a string