diff options
author | Steven Day <steve@mysociety.org> | 2016-04-28 14:43:26 +0100 |
---|---|---|
committer | Steven Day <steve@mysociety.org> | 2016-04-28 14:43:26 +0100 |
commit | 6b6e227bd7e9e5af69274c9d71a6bd28573cdad5 (patch) | |
tree | 78cb530020a713813fd96a4042be47b3c2285e6a /www/js/locate.js | |
parent | 3bc83903d0c3467d0659b9fb47374a476b4a0a3f (diff) | |
parent | ccce5414fc8f3242ad531c53811c8174ee5f69ba (diff) |
Merge remote-tracking branch 'mysociety/cordova-6-fix-double-slash' into cordova-6
Diffstat (limited to 'www/js/locate.js')
-rw-r--r-- | www/js/locate.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/js/locate.js b/www/js/locate.js index 97beece..b589ddf 100644 --- a/www/js/locate.js +++ b/www/js/locate.js @@ -108,7 +108,7 @@ } var that = this; $.ajax( { - url: CONFIG.FMS_URL + 'report/new/ajax', + url: CONFIG.FMS_URL + '/report/new/ajax', global: showSpinner, dataType: 'json', data: { |