From 418635aa722e213283a19fcd7569d5a5c274788c Mon Sep 17 00:00:00 2001 From: Raphael Date: Thu, 1 Jul 2010 22:13:55 -0700 Subject: [PATCH] Added google to session wall layout --- app/views/layouts/session_wall.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/layouts/session_wall.html.haml b/app/views/layouts/session_wall.html.haml index 5bdf2d6ce..b06fa30d4 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' + = javascript_include_tag 'jquery142', 'google_a' = csrf_meta_tag = yield(:head)