Changeset 16006 for schedule/Module


Ignore:
Timestamp:
05/22/13 14:32:21 (11 years ago)
Author:
tanio
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • schedule/Module/calendar.php

    r16005 r16006  
    5151              <td>
    5252                <script type="text/javascript">//<![CDATA[
    53                                         var source=[];
     53                                                        $(document).ready(function(){
     54                                                        var source=[];
    5455                                                        source.push($('#box2View').text());
    5556                                                        document.getElementById('data').innerHTML=source;
     57                                                        }),
    5658                 CAL.addEventListener("onSelect", function(){
    5759                          var day =this.selection.print("%d").join("\n");
Note: See TracChangeset for help on using the changeset viewer.