From 07034258a70150fcd9f1b7fad26f6e2d55646096 Mon Sep 17 00:00:00 2001 From: Peter Goodhall Date: Thu, 24 Nov 2011 15:37:47 +0000 Subject: [PATCH] Maybe fixes dashboard map url issue --- application/views/dashboard/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/views/dashboard/index.php b/application/views/dashboard/index.php index 9308ebc5..3a9eca66 100644 --- a/application/views/dashboard/index.php +++ b/application/views/dashboard/index.php @@ -32,7 +32,7 @@ var marker, i; /* Get QSO points via json*/ - $.getJSON("/config->item('directory'); ?>//index.php/dashboard/map", function(data) { + $.getJSON("", function(data) { $.each(data.markers, function(i, val) { /* Create Markers */