diff options
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: { |