]> git.parisson.com Git - telemeta.git/commitdiff
fix json url for marker removing
authoryomguy <yomguy@parisson.com>
Mon, 14 Feb 2011 12:49:31 +0000 (13:49 +0100)
committeryomguy <yomguy@parisson.com>
Mon, 14 Feb 2011 12:49:31 +0000 (13:49 +0100)
telemeta/htdocs/timeside/src/markermap.js

index 823570802ea942ee5418975067d9b064eafca1bd..30776e96300558a0fc6be068f369a3ff59ec4d05 100644 (file)
@@ -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"