diff --git a/public/js/vroom.js b/public/js/vroom.js index 09cb7cc..9439ee3 100644 --- a/public/js/vroom.js +++ b/public/js/vroom.js @@ -35,7 +35,7 @@ var locale = { // Localize the strings we need $.ajax({ - url: '/localize', + url: rootUrl + 'localize', type: 'POST', dataType: 'json', data: { diff --git a/templates/default/join.html.ep b/templates/default/join.html.ep index d7db7a9..5f39752 100644 --- a/templates/default/join.html.ep +++ b/templates/default/join.html.ep @@ -162,11 +162,6 @@ %= include 'js_include'