Skip to content

Commit

Permalink
remove loading of google_analytics.js as it is not currently used.
Browse files Browse the repository at this point in the history
  • Loading branch information
gnomet committed Jun 27, 2011
1 parent 76f397e commit e94605c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/layouts/application.haml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
%meta{ :property => "og:description", :content => render(:file => community_file("fb_graph_description", false))}

= stylesheet_link_tag 'compiled/style.css'
= javascript_include_tag 'jquery', 'jquery.uniform.min', 'jquery.lightbox_me', 'jquery.validate.min', 'jquery.pageless', 'jquery.autoresize.min', 'jquery.watermark.min', 'jquery.tabSlideOut.v1.3', 'rails', "locales/#{I18n.locale}.js", 'kassi', 'google_analytics'
= javascript_include_tag 'jquery', 'jquery.uniform.min', 'jquery.lightbox_me', 'jquery.validate.min', 'jquery.pageless', 'jquery.autoresize.min', 'jquery.watermark.min', 'jquery.tabSlideOut.v1.3', 'rails', "locales/#{I18n.locale}.js", 'kassi'
= csrf_meta_tag

:javascript
Expand Down

0 comments on commit e94605c

Please sign in to comment.