diff --git a/unl_theme/scripts/social.js b/unl_theme/scripts/social.js
index efdc752f1dc8efd16ab5f0b99c857c033c450e4b..ae2d9bf2863404b403586e07c4a8395d1edb4dff 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