Changeset 16118 for schedule/Module/calendar.php
- Timestamp:
- 05/24/13 15:25:01 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
schedule/Module/calendar.php
r16117 r16118 86 86 for(var i = 0; i<source.length;i++) 87 87 { 88 xml.open("GET","http://www.fact-project.org/smartfact/index.php?source="+escape(source )+"&time="+year+"-"+month+"-"+day,true);88 xml.open("GET","http://www.fact-project.org/smartfact/index.php?source="+escape(source[i])+"&time="+year+"-"+month+"-"+day,true); 89 89 xml.send(); 90 90
Note:
See TracChangeset
for help on using the changeset viewer.