Created
October 28, 2009 02:24
Revisions
-
opscode created this gist
Oct 28, 2009 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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>