Changeset 3876
- Timestamp:
- 03/18/11 14:40:40 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2.2/expressoMail1_2/js/abas.js
r3839 r3876 115 115 currentTab=ID; 116 116 117 if( document.getElementById('to_'+ID) )117 if( document.getElementById('to_'+ID) && document.getElementById('to_'+ID).type == "textarea"){ 118 118 document.getElementById('to_'+ID).focus(); 119 } 119 120 120 121 return ID;
Note: See TracChangeset
for help on using the changeset viewer.