Changeset 13881 for trunk/FACT++


Ignore:
Timestamp:
05/24/12 20:07:01 (12 years ago)
Author:
tbretz
Message:
Set debug to false per default in sendCommand and commented alert in submit
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/FACT++/www/smartfact/index.js

    r13880 r13881  
    271271}
    272272
    273 function sendCommand(command, debug)
    274 {
     273function sendCommand(command)
     274{
     275    var debug = false;
     276
    275277    var uri = "index.php?";
    276278    if (debug==true)
     
    316318        args += "&"+inputs[i].name+"="+inputs[i].value;
    317319
    318     alert(args);
     320    //alert(args);
    319321
    320322    sendCommand(args);
    321 
    322323}
    323324
Note: See TracChangeset for help on using the changeset viewer.