Changeset 16005 for schedule/Module


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

Legend:

Unmodified
Added
Removed
  • schedule/Module/calendar.php

    r16004 r16005  
    5151              <td>
    5252                <script type="text/javascript">//<![CDATA[
    53 
     53                                        var source=[];
     54                                                        source.push($('#box2View').text());
     55                                                        document.getElementById('data').innerHTML=source;
    5456                 CAL.addEventListener("onSelect", function(){
    5557                          var day =this.selection.print("%d").join("\n");
     
    5961                                                        var newdata;
    6062                                                        var newtime;
    61                                                         var source=[];
    62                                                         source.push($('#box2View').text());
    63                                                         document.getElementById('data').innerHTML=source;
     63                                                       
    6464                                                        var xmlhttp;
    6565                                                        if (window.XMLHttpRequest)
Note: See TracChangeset for help on using the changeset viewer.