Fix javascript

This commit is contained in:
Tom Hughes 2011-11-25 18:43:51 +00:00
parent 4259ca6572
commit afc3a4380c

View file

@ -132,7 +132,7 @@
$$("form input[name=authenticity_token]").each(function (input) {
input.value = auth_token;
});
}
});
</script>
<% if defined?(PIWIK_LOCATION) and defined?(PIWIK_SITE) -%>