From: yomguy Date: Mon, 14 Feb 2011 12:49:31 +0000 (+0100) Subject: fix json url for marker removing X-Git-Tag: 1.1~449 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=8bcba2759a350e02a894b7aa888d91c268be3bc2;p=telemeta.git fix json url for marker removing --- 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"