Changeset 16220 for schedule/Module
- Timestamp:
- 05/25/13 00:33:10 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
schedule/Module/calendar.php
r16219 r16220 93 93 for(var i=0; i<source.length;i++) 94 94 { 95 xml.open("GET","http://www.fact-project.org/smartfact/index.php?source="+escape(source[i])+"&time="+year+"-"+month+"-"+day,true);96 97 98 95 if(window.XMLHttpRequest) 99 96 { … … 279 276 } 280 277 } 278 xml.open("GET","http://www.fact-project.org/smartfact/index.php?source="+escape(source[i])+"&time="+year+"-"+month+"-"+day,true); 281 279 xml.send(); 282 280
Note:
See TracChangeset
for help on using the changeset viewer.