Changeset 6611
- Timestamp:
- 06/25/12 12:55:51 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2.4/expressoMail1_2/js/abas.js
r6470 r6611 435 435 'width' : width, 436 436 'onClose': function(clicked) { 437 if(clicked == 'Cancelar'){ 438 if (RichTextEditor.plain[id] != true) 439 setTimeout("RichTextEditor.focus("+ID+")",100); 440 else 441 $('#body_'+ID).focus(); 442 } 437 443 if(clicked == 'Descartar alterações' || clicked == 'Descartar alterações e anexos' ) { 438 444 if (openTab.imapBox[ID] && !openTab.toPreserve[ID])
Note: See TracChangeset
for help on using the changeset viewer.