show the search results div when you do a search

This commit is contained in:
james 2009-10-02 18:08:32 +00:00
parent 9bb5465ac2
commit 4f588a5859

View File

@ -376,6 +376,7 @@ function activityinfo_save() {
}
function donorsearch() {
$("#searchresults").show();
$("#searchresults").load("donors_search.php", $("#searchform").serializeArray());
return false;
}