projects
/
rails.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4259ca6
)
Fix javascript
author
Tom Hughes
<tom@compton.nu>
Fri, 25 Nov 2011 18:43:51 +0000
(18:43 +0000)
committer
Tom Hughes
<tom@compton.nu>
Fri, 25 Nov 2011 18:43:51 +0000
(18:43 +0000)
app/views/layouts/site.html.erb
patch
|
blob
|
history
diff --git
a/app/views/layouts/site.html.erb
b/app/views/layouts/site.html.erb
index 6fc7cb869b039da766b2598e7e10f809da066013..9927782ca66f49c825aaaa2a8f13a5023e066332 100644
(file)
--- 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;
});
- }
+ }
);
</script>
<% if defined?(PIWIK_LOCATION) and defined?(PIWIK_SITE) -%>