Don't request JSON data from a hardcoded URL

This commit is contained in:
Johan Tibell 2011-12-27 11:34:10 -08:00
parent 8c12317089
commit 22445230fb

View file

@ -71,7 +71,7 @@ $(function () {
}
$.ajax({
url: "http://localhost:8000/",
url: "/",
dataType: 'json',
success: onDataReceived,
cache: false