Changeset 15641 for schedule/Module


Ignore:
Timestamp:
05/17/13 14:15:34 (11 years ago)
Author:
tanio
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • schedule/Module/calendar.php

    r15640 r15641  
    5656                                  var month =this.selection.print("%m").join("\n");
    5757                                  var year =this.selection.print("%Y").join("\n");                               
    58                                                         var newline = [];       
    59                                                         var arrTime = [];
     58                                                       
    6059                                                        var xmlhttp;
    6160                                                        if (window.XMLHttpRequest)
     
    7372                                                                        var lines =xmlhttp.responseText.split('\n');
    7473                                                                        //var arr = [];
     74                                                                        var newline = [];       
     75                                                                        var arrTime = [];
    7576                                                                        var Time = [];
    7677                                                                        var colon=[];
     
    8788                                                                                                {
    8889                                                                                                        var c=Time[st].split(':');
    89                                                                                                         arrTime=st[0]+'.'+st[1];
     90                                                                                                        arrTime=c[0]+'.'+c[1];
    9091                                                                                                        if(f[4]==0)
    9192                                                                                                        {
Note: See TracChangeset for help on using the changeset viewer.