summaryrefslogtreecommitdiff
path: root/shared/js
diff options
context:
space:
mode:
authorCameron McEfee <cameron@github.com>2011-05-18 11:39:05 -0700
committerCameron McEfee <cameron@github.com>2011-05-18 11:39:05 -0700
commit285d585d55e5ffa1ed5b82c4d7fb50dd43599025 (patch)
treebeb6811963843337c4b38f920756c032f419d408 /shared/js
parent0c32850af613ca92e81533208feb0e1ab7bd13a7 (diff)
parent3566dff026f7775631e9e90865ee7847c1833f4c (diff)
bring global files up to date
Diffstat (limited to 'shared/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')