From 737614e04befd7d9bbb4a8078029a1f32816c0b9 Mon Sep 17 00:00:00 2001 From: Raphael Date: Thu, 1 Jul 2010 22:20:57 -0700 Subject: [PATCH] google analytics for real --- app/views/layouts/application.html.haml | 2 +- app/views/layouts/session_wall.html.haml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/views/layouts/application.html.haml b/app/views/layouts/application.html.haml index 36af0216f..9bd3c7f9d 100644 --- a/app/views/layouts/application.html.haml +++ b/app/views/layouts/application.html.haml @@ -9,7 +9,7 @@ = stylesheet_link_tag "blueprint/screen", :media => 'screen' = stylesheet_link_tag "application" /= javascript_include_tag "http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js" - = javascript_include_tag 'jquery142', 'rails', 'view', 'publisher', 'google_a' + = javascript_include_tag 'jquery142', 'rails', 'view', 'publisher', 'google' = javascript_include_tag 'tiny_mce/tiny_mce', 'jquery.infieldlabel' = render 'js/websocket_js' diff --git a/app/views/layouts/session_wall.html.haml b/app/views/layouts/session_wall.html.haml index b06fa30d4..f4b13e524 100644 --- a/app/views/layouts/session_wall.html.haml +++ b/app/views/layouts/session_wall.html.haml @@ -9,7 +9,7 @@ = stylesheet_link_tag "blueprint/screen", :media => 'screen' = stylesheet_link_tag "sessions" /= javascript_include_tag"http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js" - = javascript_include_tag 'jquery142', 'google_a' + = javascript_include_tag 'jquery142', 'google' = csrf_meta_tag = yield(:head)