Created
October 28, 2009 02:24
-
-
Save chef/220191 to your computer and use it in GitHub Desktop.
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 characters
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> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment