diff options
Diffstat (limited to 'frontend/static/js/sj6.js')
| -rw-r--r-- | frontend/static/js/sj6.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/frontend/static/js/sj6.js b/frontend/static/js/sj6.js index 878279f..cc60852 100644 --- a/frontend/static/js/sj6.js +++ b/frontend/static/js/sj6.js @@ -3275,7 +3275,7 @@ var API = { for (name in API.URL[type]) { - API.URL[type][name] = API.BASE_URL + API.URL[type][name] + API.URL[type][name] = API.BASE_URL + API.URL[type][name] + "/" } } // $.ajaxSetup({ timeout: 1000 }) |
