Ignore:
Timestamp:
05/10/10 11:47:10 (14 years ago)
Author:
rodsouza
Message:

Ticket #1058 - Corrigindo problema no calendario para adicionar evento e na visao diaria.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/calendar/js/edit.js

    r1643 r2748  
    6262                        participants+=combo[i].value+","; 
    6363                } 
    64                 url = 'index.php?menuaction=calendar.uicalendar.disponibility&participants='+participants+'&date='+document.getElementById('start[str]').value; 
     64                url = ExpressoLivre.path( ) + 'index.php?menuaction=calendar.uicalendar.disponibility&BackgroundRequest='+Date.parse( new Date )+'&participants='+participants+'&date='+document.getElementById('start[str]').value; 
    6565                 
    6666                //alert(url); 
Note: See TracChangeset for help on using the changeset viewer.