Changeset 16610 for schedule/Module/calendar.php
- Timestamp:
- 06/03/13 09:42:55 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
schedule/Module/calendar.php
r16609 r16610 106 106 { 107 107 testXMLData(i, source); 108 $('#data').append('1st'+source);108 //$('#data').append('1st'+source); 109 109 } 110 110 } … … 113 113 { 114 114 var testXML; 115 $('#data').append(' xmlData pass'+source+" "+index);115 //$('#data').append(' xmlData pass'+source+" "+index); 116 116 testXML = new XMLHttpRequest(); 117 117 //NOTE: previous errors on the request was caused by appending "http://www.fact-project.org" … … 127 127 { 128 128 displayXMLData(dataSource, source); //this will be called when the last data from the list is read 129 $('#data').append('successfully load'+source +""+dataSource);129 //$('#data').append('successfully load'+source +""+dataSource); 130 130 } 131 131 } … … 146 146 dataGraph[i].push(rows[4]); 147 147 } 148 $('#data').append(i + ' GRAPH DATA ' + dataGraph[i]);148 $('#data').append(i + ": " + source[i] + ' GRAPH DATA ' + dataGraph[i]); 149 149 } 150 150 }
Note:
See TracChangeset
for help on using the changeset viewer.