diff options
author | Filipp Lepalaan <f@230.to> | 2014-02-14 11:54:19 +0200 |
---|---|---|
committer | Filipp Lepalaan <f@230.to> | 2014-02-14 11:54:19 +0200 |
commit | d1e3944239eda8ce4d171b94234f3e3559186fa1 (patch) | |
tree | 4166e60b135ff81600b21a17609a926938a89ef5 /index.html | |
parent | 6c6e80216c7c8ba1840bf05672a82fa427b6acd8 (diff) | |
download | intercheck-d1e3944239eda8ce4d171b94234f3e3559186fa1.tar.gz intercheck-d1e3944239eda8ce4d171b94234f3e3559186fa1.tar.bz2 intercheck-d1e3944239eda8ce4d171b94234f3e3559186fa1.zip |
Use relative url
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -10,7 +10,7 @@ e.preventDefault(); var args = $('.prompt').val(); $('.prompt').val(''); - $.getJSON('/scan/', {'cmd': args}, function(r){ + $.getJSON('scan/', {'cmd': args}, function(r){ $(r.results).each(function(i, e){ $('<li/>').text(e.raw).appendTo('.output'); }); |