diff options
author | Yves Fischer <yvesf-git@xapek.org> | 2011-12-05 23:18:30 +0100 |
---|---|---|
committer | Yves Fischer <yvesf-git@xapek.org> | 2011-12-05 23:18:30 +0100 |
commit | a6f7d26fd72222970226018d423c7138f34c7c0e (patch) | |
tree | 2c06d61315873b5931eaba497fd35a2716d23031 /ebus/webapp/static | |
parent | d6cda1e3a449d016e6d6aa7e114b4dbcb90d49ce (diff) | |
download | ebus-alt-a6f7d26fd72222970226018d423c7138f34c7c0e.tar.gz ebus-alt-a6f7d26fd72222970226018d423c7138f34c7c0e.zip |
api request path 2
Diffstat (limited to 'ebus/webapp/static')
-rw-r--r-- | ebus/webapp/static/console.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ebus/webapp/static/console.html b/ebus/webapp/static/console.html index eeab1fb..83dce58 100644 --- a/ebus/webapp/static/console.html +++ b/ebus/webapp/static/console.html @@ -19,7 +19,7 @@ } function reload(time_stop) { - jQuery.getJSON("/stream/" + time_stop, function(resp) { + jQuery.getJSON("../stream/" + time_stop, function(resp) { log(resp.data); reload(resp.time_stop); }); |