diff options
| author | root <root@lalalizard.com> | 2012-12-13 13:19:43 -0500 |
|---|---|---|
| committer | root <root@lalalizard.com> | 2012-12-13 13:19:43 -0500 |
| commit | b19a4f25863ce6600aaa560518f9e28b3a4ce3f5 (patch) | |
| tree | 13f422141c2dfe8be0d8da92b0068e4a68b8737c /frontend/static/js/api.js | |
| parent | 0ad00a808c07b1b0a0dd02b9393933df35281401 (diff) | |
Fix js slash issue
Diffstat (limited to 'frontend/static/js/api.js')
| -rw-r--r-- | frontend/static/js/api.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/frontend/static/js/api.js b/frontend/static/js/api.js index e881f8c..86f4958 100644 --- a/frontend/static/js/api.js +++ b/frontend/static/js/api.js @@ -60,7 +60,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 }) |
