From f267df494ddddbba68bd3fe27f9cbcbfd966e13a Mon Sep 17 00:00:00 2001 From: tworrall Date: Wed, 12 Jun 2013 15:25:36 -0400 Subject: [PATCH] changed the way the limit search home page feature works so that it will support i18n --- webapp/web/js/vitroUtils.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/webapp/web/js/vitroUtils.js b/webapp/web/js/vitroUtils.js index da85748fc..cb3925dc5 100644 --- a/webapp/web/js/vitroUtils.js +++ b/webapp/web/js/vitroUtils.js @@ -86,8 +86,9 @@ $(document).ready(function(){ //When focus, hide filter select list and change filter button state to default $('input.search-homepage').focus(function(){ + $('input.search-homepage').attr("value",""); $('input.search-homepage').css({ - 'background' : 'none', + 'text-align' : 'left', 'opacity' : 1 });