Changeset 754 for trunk/phpgwapi


Ignore:
Timestamp:
04/20/09 16:21:11 (15 years ago)
Author:
niltonneto
Message:

Resolve #252

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/phpgwapi/js/jscalendar/calendar.js

    r601 r754  
    13131313        this.hideShowCovered(); 
    13141314        var today = new Date(); 
    1315         this._init(1,today); 
     1315        // See tickets #252 and #284 in the tracking of expressolivre.org. 
     1316        // The line below was discussed to solve these problems. 
     1317        //this._init(1,today); 
    13161318        if (Calendar.is_ie5_mac && !this.isPopup) 
    13171319                this.refresh();         // else the layout is broken 
Note: See TracChangeset for help on using the changeset viewer.