aboutsummaryrefslogtreecommitdiffstats
path: root/phonegap/www/js/fixmystreet.js
diff options
context:
space:
mode:
Diffstat (limited to 'phonegap/www/js/fixmystreet.js')
-rw-r--r--phonegap/www/js/fixmystreet.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/phonegap/www/js/fixmystreet.js b/phonegap/www/js/fixmystreet.js
index 13100aaca..de04ae2b6 100644
--- a/phonegap/www/js/fixmystreet.js
+++ b/phonegap/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);