From feb19e304e99f3604a33a4a6176d9390f1dd2c35 Mon Sep 17 00:00:00 2001 From: danielgrippi Date: Thu, 3 May 2012 16:05:57 -0700 Subject: [PATCH] add chartbeat to mobile [ci skip] --- app/views/layouts/application.mobile.haml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/views/layouts/application.mobile.haml b/app/views/layouts/application.mobile.haml index a4fce4f74..bcdaaf398 100644 --- a/app/views/layouts/application.mobile.haml +++ b/app/views/layouts/application.mobile.haml @@ -29,6 +29,8 @@ /%meta{:name => "apple-mobile-web-app-capable", :content => "yes"} /%link{:rel => "apple-touch-startup-image", :href => "/images/apple-splash.png"} + = chartbeat_head_block + / Stylesheets = stylesheet_link_tag :mobile, :format => 'all' @@ -76,6 +78,4 @@ / javascripts at the bottom = jquery_include_tag = javascript_include_tag :mobile - - :javascript - MBP.hideUrlBar(); + = include_chartbeat