Changeset 16595


Ignore:
Timestamp:
06/02/13 16:01:05 (12 years ago)
Author:
tanio
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • schedule/Module/calendar.php

    r16594 r16595  
    100100                                {
    101101                                        //calls the xml request in a loop based on the current sources               
    102                                         var source = ['Mrk 421','Mrk 501'];
     102                                        var source = ["Mrk 421","Mrk 501"];
    103103                                        for (i = 0; i<source.length; i++)
    104104                                        {
     
    114114                                        testXML.open("GET","/smartfact/index.php?source="+escape(source[index])+"&time="+year+"-"+month+"-"+day,true);
    115115                                        dataSource = new Array();
    116                                         testXML.onload=function() {
     116                                        testXML.onload=function()
     117                                        {
    117118                                                if (testXML.status==200)
    118119                                                {
     
    125126                                                }
    126127                                        testXML.send();
     128                                        }
    127129                                }
    128130
Note: See TracChangeset for help on using the changeset viewer.