Changeset 13622
- Timestamp:
- 05/09/12 16:22:27 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/FACT++/www/index.js
r13620 r13622 189 189 function onload() 190 190 { 191 var xmlHttp = null; 192 191 193 try { xmlHttp = new XMLHttpRequest(); } 192 194 catch(e) … … 750 752 751 753 var timeoutText = null; 754 var timeoutGraphics = null; 752 755 753 756 function refresh_text() … … 1040 1043 function position(s, ring, i) 1041 1044 { 1045 this.x = 0; 1046 this.y = 0; 1047 1042 1048 switch (s) 1043 1049 {
Note:
See TracChangeset
for help on using the changeset viewer.