Ignore:
Timestamp:
07/12/12 14:40:42 (12 years ago)
Author:
acoutinho
Message:

Ticket #2951 - Implementacao da funcionalidade de alarms desktop com suporte a eventos

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sandbox/2.4.2-expresso1/prototype/modules/calendar/js/init.js

    r6444 r6768  
    11$(document).ready(function() { 
     2 
    23        //Remove o icone de configuraçõe padrão antigo do expresso 
    34        $('#sideboxdragarea').addClass('hidden'); 
     
    348349        //listEvents(); 
    349350}); 
     351 
     352 
     353function useDesktopNotification(){ 
     354        return !!parseInt(User.preferences.useDesktopNotification); 
     355} 
Note: See TracChangeset for help on using the changeset viewer.