summaryrefslogtreecommitdiff
path: root/shared/js/documentation.js
diff options
context:
space:
mode:
authorCameron McEfee <cameron@github.com>2011-05-18 11:23:42 -0700
committerCameron McEfee <cameron@github.com>2011-05-18 11:23:42 -0700
commit3566dff026f7775631e9e90865ee7847c1833f4c (patch)
tree883e4f0604f9e31ebf232386232eb70e48b14d5f /shared/js/documentation.js
parent3a6da1ac77fb39aa399fa20cbda19dda81c22930 (diff)
Revert "update global files"
This reverts commit 3a6da1ac77fb39aa399fa20cbda19dda81c22930.
Diffstat (limited to 'shared/js/documentation.js')
-rw-r--r--shared/js/documentation.js2
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')