Changeset 7777


Ignore:
Timestamp:
01/21/13 17:08:10 (11 years ago)
Author:
douglasz
Message:

Ticket #3314 - Alerta para mensagens novas não está funcionando.

Location:
trunk/expressoMail1_2
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/expressoMail1_2/assetic.php

    r7739 r7777  
    4747        new FileAsset('../prototype/plugins/watermark/jquery.watermarkinput.js'), 
    4848        new FileAsset('../prototype/plugins/fileupload/jquery.iframe-transport.js'), 
    49         new FileAsset('../prototype/modules/calendar/js/desktop.notification.js'), 
    5049        new FileAsset('../prototype/plugins/qtip/jquery.qtip-1.0.0-rc3.min.js'),      
    5150        new FileAsset('../prototype/plugins/dateFormat/dateFormat.js'), 
     
    8180    new FileAsset('js/abas.js'), 
    8281    new FileAsset('js/draw_api.js'), 
     82    new FileAsset('../prototype/modules/calendar/js/desktop.notification.js'), 
    8383    new FileAsset('js/main.js'), 
    8484    new FileAsset('../prototype/modules/mail/js/followupflag.js'), 
  • trunk/expressoMail1_2/js/main.js

    r7776 r7777  
    928928                                desktopNotificationAux = desktopNotification.sentNotification("",get_lang("Notification"), param); 
    929929                                 
    930                                 if(auxNotification !== 'undefined') 
     930                                if(!auxNotification) 
    931931                                        desktopNotification.cancelByReference(auxNotification); 
    932932                                 
Note: See TracChangeset for help on using the changeset viewer.