- Timestamp:
- 05/24/12 20:07:01 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/FACT++/www/smartfact/index.js
r13880 r13881 271 271 } 272 272 273 function sendCommand(command, debug) 274 { 273 function sendCommand(command) 274 { 275 var debug = false; 276 275 277 var uri = "index.php?"; 276 278 if (debug==true) … … 316 318 args += "&"+inputs[i].name+"="+inputs[i].value; 317 319 318 alert(args);320 //alert(args); 319 321 320 322 sendCommand(args); 321 322 323 } 323 324
Note:
See TracChangeset
for help on using the changeset viewer.