From ee132e2a102a24d0ff8a30ca25a880746a8b94cd Mon Sep 17 00:00:00 2001 From: Seth Meranda <smeranda2@unl.edu> Date: Wed, 19 Aug 2009 19:28:01 +0000 Subject: [PATCH] added comments --- unl_theme/scripts/social.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/unl_theme/scripts/social.js b/unl_theme/scripts/social.js index efdc752f..ae2d9bf2 100644 --- a/unl_theme/scripts/social.js +++ b/unl_theme/scripts/social.js @@ -1,4 +1,5 @@ WDN.jQuery(document).ready(function() { + //handle the search form label WDN.jQuery('form#searchform label').css({display: "block"}); WDN.jQuery('form#searchform input#search_input').focus(function(){ WDN.jQuery(this).siblings("label").hide(); @@ -8,4 +9,5 @@ WDN.jQuery(document).ready(function() { WDN.jQuery(this).siblings("label").show(); }; }); + //end handling of the search form label }); \ No newline at end of file -- GitLab