From 22445230fbc390853edb08ded637c24115b88761 Mon Sep 17 00:00:00 2001 From: Johan Tibell Date: Tue, 27 Dec 2011 11:34:10 -0800 Subject: [PATCH] Don't request JSON data from a hardcoded URL --- public/monitor.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/monitor.js b/public/monitor.js index fb24e16..d99c2ce 100644 --- a/public/monitor.js +++ b/public/monitor.js @@ -71,7 +71,7 @@ $(function () { } $.ajax({ - url: "http://localhost:8000/", + url: "/", dataType: 'json', success: onDataReceived, cache: false