From 2fc38e4dbefcdf144966841a528f6dbd3e510c82 Mon Sep 17 00:00:00 2001 From: Cameron McEfee Date: Wed, 18 May 2011 11:52:30 -0700 Subject: update global files to fix categroy hover issue --- shared/js/documentation.js | 2 ++ 1 file changed, 2 insertions(+) (limited to 'shared/js') diff --git a/shared/js/documentation.js b/shared/js/documentation.js index 8711120..842b009 100644 --- a/shared/js/documentation.js +++ b/shared/js/documentation.js @@ -3,6 +3,7 @@ $(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() @@ -33,6 +34,7 @@ $(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') -- cgit v1.3.1