From afc3a4380cb3097c01e702da072ef70e24aa0888 Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Fri, 25 Nov 2011 18:43:51 +0000 Subject: [PATCH] Fix javascript --- app/views/layouts/site.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -%> -- 2.43.2