Changeset 16403 for schedule/Module


Ignore:
Timestamp:
05/28/13 15:33:11 (11 years ago)
Author:
tanio
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • schedule/Module/calendar.php

    r16402 r16403  
    120120                                                                  xmlhttp=new ActiveXObject("Microsoft.XMLHTTP");
    121121                                                                  }
     122                                                                for(src=0;src<source.length;src++)
     123                                                                  {
    122124                                                                xmlhttp.onreadystatechange=function()
    123125                                                                  {
    124                                                                   for(src=0;src<source.length;src++)
    125                                                                   {
     126                                                                 
    126127                                                                  if (xmlhttp.readyState==4 && xmlhttp.status==200)
    127128                                                                        {
Note: See TracChangeset for help on using the changeset viewer.