From 7c62d6e229d37cdbc56f91da48a1f6831880c15f Mon Sep 17 00:00:00 2001 From: Manasvi Saxena <msaxena2@illinois.edu> Date: Mon, 9 Jun 2014 13:31:22 -0500 Subject: [PATCH] made changes --- project/static/js/data-ajax.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/static/js/data-ajax.js b/project/static/js/data-ajax.js index c0228d5..d500dce 100644 --- a/project/static/js/data-ajax.js +++ b/project/static/js/data-ajax.js @@ -3,7 +3,7 @@ var pJson; function ajax_caller(){ $.ajax({ // the URL for the request - url: "http://localhost:8888/visualization/backend/csv_processor.php", + url: "http://web.engr.illinois.edu/~msaxena2/visualization/backend/csv_processor.php", type: "GET", // the type of data we expect back -- GitLab