Changeset 16595
- Timestamp:
- 06/02/13 16:01:05 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
schedule/Module/calendar.php
r16594 r16595 100 100 { 101 101 //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"]; 103 103 for (i = 0; i<source.length; i++) 104 104 { … … 114 114 testXML.open("GET","/smartfact/index.php?source="+escape(source[index])+"&time="+year+"-"+month+"-"+day,true); 115 115 dataSource = new Array(); 116 testXML.onload=function() { 116 testXML.onload=function() 117 { 117 118 if (testXML.status==200) 118 119 { … … 125 126 } 126 127 testXML.send(); 128 } 127 129 } 128 130
Note:
See TracChangeset
for help on using the changeset viewer.