Browse Source

removing debug code

Dave Gandy 13 years ago
parent
commit
e5aba0f7c2
2 changed files with 1 additions and 6 deletions
  1. 1 1
      docs/assets/css/site.css
  2. 0 5
      docs/assets/js/index/index.js

+ 1 - 1
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";
 }

+ 0 - 5
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);
     }
-
   });