From b192bb76d0dccccc0749c982d57c3f88945c8484 Mon Sep 17 00:00:00 2001 From: Adam Young Date: Fri, 6 Aug 2010 15:09:29 -0400 Subject: Remove search field on group button Hide the search bar when showing the groups listed for a user, and resotre it when doing other searches. The enroll button is added only on the groups page, and removed along with anything else in the searchButtons div when a new search is started. --- install/static/search.js | 3 +++ 1 file changed, 3 insertions(+) (limited to 'install/static/search.js') diff --git a/install/static/search.js b/install/static/search.js index 6b0be6d4..de11f2ed 100644 --- a/install/static/search.js +++ b/install/static/search.js @@ -15,6 +15,9 @@ function showSearch(){ $('#content').css("visibility","hidden"); $('#search').css("display","block"); $('#content').css("display","none"); + $("#filter").css("display","block"); + $("#searchButtons").html(""); + } -- cgit