alecpl
2009-12-08 46b48d9afc9ef9a7669fd0089005b79486b85dda
program/js/app.js
@@ -4192,7 +4192,7 @@
    var url = this.env.comm_path + '&_action=' + action + '&' + querystring
    
    // send request
    console.log('HTTP POST: ' + url);
    console.log('HTTP GET: ' + url);
    jQuery.get(url, { _unlock:(lock?1:0) }, function(data){ ref.http_response(data); }, 'json');
  };