From 5c15771b88c1e5110b622e9b23e24a9a9e7909bc Mon Sep 17 00:00:00 2001 From: Christan Grant Date: Tue, 4 Sep 2012 17:07:40 -0400 Subject: [PATCH] changed the code to correctly read locally --- web/index.php | 4 ++-- web/papergraph.js | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/web/index.php b/web/index.php index 8b68480..8ea1e0d 100755 --- a/web/index.php +++ b/web/index.php @@ -208,7 +208,7 @@ function showPaper(tid) { $.ajax({ type: 'GET', - url: '/grisham/paper/web/query.php', + url: '/grisham/web/query.php', //url: 'http://neo.cise.ufl.edu/grisham/paper/web/query.php', dataType: 'json', data: {q: tid, @@ -245,7 +245,7 @@ function kwQuery(offsetval, limitval) { toggleLoading(true); $.ajax({ type: "GET", - url: '/grisham/paper/web/query.php', + url: '/grisham/web/query.php', //url: 'http://neo.cise.ufl.edu/grisham/paper/web/query.php', dataType: "json", data: {q: escape($("#kwrd").val()), diff --git a/web/papergraph.js b/web/papergraph.js index 239efc3..2bb80e2 100644 --- a/web/papergraph.js +++ b/web/papergraph.js @@ -182,7 +182,7 @@ function updatePaperGraph(paperid) { toggleLoading(true); $.ajax({ type: 'GET', - url: '/grisham/paper/web/query.php', + url: '/grisham/web/query.php', //url: 'http://neo.cise.ufl.edu/grisham/paper/web/query.php', dataType: 'json', data: {q: paperid,