From: Tom Hughes Date: Fri, 25 Nov 2011 18:43:51 +0000 (+0000) Subject: Fix javascript X-Git-Tag: live~6007 X-Git-Url: https://git.openstreetmap.org/rails.git/commitdiff_plain/afc3a4380cb3097c01e702da072ef70e24aa0888?ds=sidebyside Fix javascript --- diff --git a/app/views/layouts/site.html.erb b/app/views/layouts/site.html.erb index 6fc7cb869..9927782ca 100644 --- a/app/views/layouts/site.html.erb +++ b/app/views/layouts/site.html.erb @@ -132,7 +132,7 @@ $$("form input[name=authenticity_token]").each(function (input) { input.value = auth_token; }); - } + }); <% if defined?(PIWIK_LOCATION) and defined?(PIWIK_SITE) -%>