diff options
| author | Cameron McEfee <cameron@github.com> | 2011-05-18 11:23:42 -0700 |
|---|---|---|
| committer | Cameron McEfee <cameron@github.com> | 2011-05-18 11:23:42 -0700 |
| commit | 3566dff026f7775631e9e90865ee7847c1833f4c (patch) | |
| tree | 883e4f0604f9e31ebf232386232eb70e48b14d5f /shared/js | |
| parent | 3a6da1ac77fb39aa399fa20cbda19dda81c22930 (diff) | |
Revert "update global files"
This reverts commit 3a6da1ac77fb39aa399fa20cbda19dda81c22930.
Diffstat (limited to 'shared/js')
| -rw-r--r-- | shared/js/documentation.js | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/shared/js/documentation.js b/shared/js/documentation.js index 842b009..8711120 100644 --- a/shared/js/documentation.js +++ b/shared/js/documentation.js @@ -3,7 +3,6 @@ $(function() { var activeItem, helpList = $('#js-help-sidebar .js-topic'), firstOccurance = true - $('#js-help-sidebar .js-guides').each(function(){ if($(this).find('.disable').length == 0 || firstOccurance == false){ $(this).children().hide() @@ -34,7 +33,6 @@ $(function() { $('.help-search .search-box').focus(function(){ $(this).css('background-position','0px -25px') }) - $('.help-search .search-box').focusout(function(){ if($(this).val() == ''){ $(this).css('background-position','0px 0px') |
