Changeset 1092
- Timestamp:
- 04/29/10 13:13:57 (22 months ago)
- Location:
- plugins/apostrophePlugin/trunk/web/js
- Files:
-
- 2 modified
-
aControls.js (modified) (1 diff)
-
aUI.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
plugins/apostrophePlugin/trunk/web/js/aControls.js
r968 r1092 195 195 { 196 196 select.selectedIndex = 0; 197 aUI( $("#" + id + " .add"));197 aUI("#" + id + " .add"); 198 198 $("#" + id + " .add").fadeIn().children('input').focus(); 199 199 return; -
plugins/apostrophePlugin/trunk/web/js/aUI.js
r1089 r1092 9 9 else if (typeof target == 'object') // If jQuery object get id 10 10 { 11 target = "#"+ $(target).attr('id')+" ";11 target = "#"+ target.attr('id') +" "; 12 12 } 13 13 else // probably a string

