From 3566dff026f7775631e9e90865ee7847c1833f4c Mon Sep 17 00:00:00 2001 From: Cameron McEfee Date: Wed, 18 May 2011 11:23:42 -0700 Subject: Revert "update global files" This reverts commit 3a6da1ac77fb39aa399fa20cbda19dda81c22930. --- shared/js/documentation.js | 2 -- 1 file changed, 2 deletions(-) (limited to 'shared/js/documentation.js') 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') -- cgit v1.3.1