Changeset 8191
- Timestamp:
- 07/31/13 15:45:23 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/expressoMail1_2/js/main.js
r8187 r8191 688 688 689 689 function refresh(alert_new_msg, notifyPermission){ 690 691 //Não deixa atualizar caso o usuario esteja em uma aba de nova mesnagem , reponder ou encaminhar; 692 //Evita o travamento da escrita no CKEDITOR. 693 if(typeof(currentTab) !== 'undefined' && currentTab.toString().indexOf("_r_") === -1 && currentTab !== 0 ) 694 return; 690 695 691 696 getFromAlertRules();
Note: See TracChangeset
for help on using the changeset viewer.