summaryrefslogtreecommitdiff
path: root/app/views/layouts/_google_analytics.html.haml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/layouts/_google_analytics.html.haml')
-rw-r--r--app/views/layouts/_google_analytics.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/layouts/_google_analytics.html.haml b/app/views/layouts/_google_analytics.html.haml
index e8a5359e791..759e9ef36b9 100644
--- a/app/views/layouts/_google_analytics.html.haml
+++ b/app/views/layouts/_google_analytics.html.haml
@@ -1,4 +1,4 @@
-= javascript_tag nonce: true do
+= javascript_tag do
:plain
var _gaq = _gaq || [];
_gaq.push(['_setAccount', '#{extra_config.google_analytics_id}']);