web: rename do_request to send_request

This commit is contained in:
Bryan Schumaker 2010-12-27 13:01:48 -05:00
parent f90c387652
commit 3c2f4ac147
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ function set_attr_once(attr, id)
req.send();
}
function do_request(action)
function send_request(action)
{
var http = new XMLHttpRequest();
http.open('GET', "controls.py?a=" + action, true);