aboutsummaryrefslogtreecommitdiffstats
path: root/www/js/fixmystreet.js
diff options
context:
space:
mode:
authorStruan Donald <struan@exo.org.uk>2012-03-13 16:24:59 +0000
committerStruan Donald <struan@exo.org.uk>2012-03-13 16:24:59 +0000
commit4c00fe3e6b419fba49ee476138a861433f1b04be (patch)
tree9706b09b504c6bf734db1f6b073fd29961f67fa6 /www/js/fixmystreet.js
parent53e1216be3d57e66ce43c909de3c52a8e923e9ed (diff)
move config out to file
Diffstat (limited to 'www/js/fixmystreet.js')
-rw-r--r--www/js/fixmystreet.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/js/fixmystreet.js b/www/js/fixmystreet.js
index 13100aa..de04ae2 100644
--- a/www/js/fixmystreet.js
+++ b/www/js/fixmystreet.js
@@ -17,7 +17,7 @@ function form_category_onchange() {
args.longitude = $('input[name="longitude"]').val();
}
- $.getJSON('http://struan.fixmystreet.com/report/new/category_extras', args, function(data) {
+ $.getJSON( CONFIG.FMS_URL + 'report/new/category_extras', args, function(data) {
if ( data.category_extra ) {
if ( $('#category_meta').size() ) {
$('#category_meta').html( data.category_extra);