Changeset 16369 for schedule/Module


Ignore:
Timestamp:
05/28/13 06:23:45 (11 years ago)
Author:
tanio
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • schedule/Module/calendar.php

    r16368 r16369  
    109109                                                        var val = [];
    110110                                                        var T = [];
    111                                                         for( src=0;src<source.length;src++)
     111                                                        scr = 0;
     112                                                        while(src<source.length)
    112113                                                        {
    113114                                                                document.getElementById('data').innerHTML=src;
     
    141142                                                                xmlhttp.open("GET","http://www.fact-project.org/smartfact/index.php?source="+escape(source[src])+"&time="+year+"-"+month+"-"+day,true);
    142143                                                                xmlhttp.send();
     144                                                                src++;
    143145                                                        }
    144146                                                       
Note: See TracChangeset for help on using the changeset viewer.