Skip to content

Instantly share code, notes, and snippets.

@chef
Created October 28, 2009 02:24

Revisions

  1. opscode created this gist Oct 28, 2009.
    13 changes: 13 additions & 0 deletions barry.diff
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,13 @@
    diff --git a/app/views/layouts/application.html.erb b/app/views/layouts/application.html.erb
    index 50a7f12..04a2ad5 100644
    --- a/app/views/layouts/application.html.erb
    +++ b/app/views/layouts/application.html.erb
    @@ -193,7 +193,7 @@
    <!-- End Google Analytics -->

    <!-- Begin Chartbeat Part 2 (goes right before the closing body tag) -->
    - <script type="text/javascript"> var _sf_async_config={uid:2072,domain:"cookbooks.opscode.com"}; (function(){ function loadChartbeat() { window._sf_endpt=(new Date()).getTime(); var e = document.creat
    + <script type="text/javascript"> var _sf_async_config={uid:2072,domain:"cookbooks.opscode.com"}; (function(){ function loadChartbeat() { window._sf_endpt=(new Date()).getTime(); var e = document.creat
    <!-- End Chartbeat Part 2 -->
    <% end %>
    </body>