add chartbeat to mobile [ci skip]

This commit is contained in:
danielgrippi 2012-05-03 16:05:57 -07:00
parent 248ad9ad31
commit feb19e304e

View file

@ -29,6 +29,8 @@
/%meta{:name => "apple-mobile-web-app-capable", :content => "yes"} /%meta{:name => "apple-mobile-web-app-capable", :content => "yes"}
/%link{:rel => "apple-touch-startup-image", :href => "/images/apple-splash.png"} /%link{:rel => "apple-touch-startup-image", :href => "/images/apple-splash.png"}
= chartbeat_head_block
/ Stylesheets / Stylesheets
= stylesheet_link_tag :mobile, :format => 'all' = stylesheet_link_tag :mobile, :format => 'all'
@ -76,6 +78,4 @@
/ javascripts at the bottom / javascripts at the bottom
= jquery_include_tag = jquery_include_tag
= javascript_include_tag :mobile = javascript_include_tag :mobile
= include_chartbeat
:javascript
MBP.hideUrlBar();