Changeset 6557
- Timestamp:
- 06/20/12 16:25:15 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/expressoMail1_2/js/abas.js
r6458 r6557 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.