From 8bcba2759a350e02a894b7aa888d91c268be3bc2 Mon Sep 17 00:00:00 2001 From: yomguy Date: Mon, 14 Feb 2011 13:49:31 +0100 Subject: [PATCH] fix json url for marker removing --- telemeta/htdocs/timeside/src/markermap.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/telemeta/htdocs/timeside/src/markermap.js b/telemeta/htdocs/timeside/src/markermap.js index 82357080..30776e96 100644 --- a/telemeta/htdocs/timeside/src/markermap.js +++ b/telemeta/htdocs/timeside/src/markermap.js @@ -463,7 +463,7 @@ TimeSide(function($N, $J) { // var me = this; $.ajax({ type: "POST", - url: 'http://localhost:9000/json/', + url: '/json/', contentType: "application/json", data: data2send, dataType: "json" -- 2.39.5