From b19a4f25863ce6600aaa560518f9e28b3a4ce3f5 Mon Sep 17 00:00:00 2001 From: root Date: Thu, 13 Dec 2012 13:19:43 -0500 Subject: Fix js slash issue --- frontend/static/js/api.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'frontend/static/js/api.js') 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 }) -- cgit v1.2.3-70-g09d2