From e5aba0f7c27057c924ae6d07689a27dab470fa19 Mon Sep 17 00:00:00 2001 From: Dave Gandy Date: Thu, 14 Jun 2012 17:05:43 -0400 Subject: [PATCH] removing debug code --- docs/assets/css/site.css | 2 +- docs/assets/js/index/index.js | 5 ----- 2 files changed, 1 insertion(+), 6 deletions(-) diff --git a/docs/assets/css/site.css b/docs/assets/css/site.css index f0f0d3edf..6db5c84c0 100644 --- a/docs/assets/css/site.css +++ b/docs/assets/css/site.css @@ -3933,7 +3933,7 @@ ul.icons li .icon-large:before { .icon-repeat:before { content: "\f01e"; } -/* \f020 is not a valid unicode character. all shifted one down */ +/* \f020 doesn't work in Safari. all shifted one down */ .icon-refresh:before { content: "\f021"; } diff --git a/docs/assets/js/index/index.js b/docs/assets/js/index/index.js index 8b6e4362b..18dc296b4 100644 --- a/docs/assets/js/index/index.js +++ b/docs/assets/js/index/index.js @@ -22,12 +22,7 @@ $(function() { success: function(data) { $('#watchers').html(data.data.watchers); $('#forks').html(data.data.forks); - }, - error:function(xhr, ajaxOptions, thrownError) { - console.log(xhr); - console.log(thrownError); } - });