aa3aeea2cd520ffff687ebdfe2e4e57064e13354
tdreszer
Mon Oct 24 09:02:00 2011 -0700
Fixed redmine 5721... File search sort not working.
diff --git src/hg/hgFileSearch/hgFileSearch.c src/hg/hgFileSearch/hgFileSearch.c
index 2f541e4..2fc6832 100644
--- src/hg/hgFileSearch/hgFileSearch.c
+++ src/hg/hgFileSearch/hgFileSearch.c
@@ -428,34 +428,34 @@
// This cleverness allows us to have the background image like "Track Search" does, without all the hgTracks overhead
printf("",hBackgroundImage());
webIncludeResourceFile("HGStyle.css");
webIncludeResourceFile("jquery-ui.css");
webIncludeResourceFile("ui.dropdownchecklist.css");
jsIncludeFile("jquery.js", NULL);
jsIncludeFile("jquery-ui.js", NULL);
jsIncludeFile("ui.dropdownchecklist.js",NULL);
jsIncludeFile("utils.js",NULL);
// This line is needed to get the multi-selects initialized
#ifdef NEW_JQUERY
jsIncludeFile("ddcl.js",NULL);
printf("\n");
-printf("\n");
+printf("\n");
#else///ifndef NEW_JQUERY
printf("\n");
-printf("\n");
+printf("\n");
#endif///ndef NEW_JQUERY
doFileSearch(db,organism,cart,tdbList);
printf("
\n");
webEnd();
}
char *excludeVars[] = { "submit", "Submit", "g", "ajax", FILE_SEARCH,TRACK_SEARCH_ADD_ROW,TRACK_SEARCH_DEL_ROW}; // HOW IS 'ajax" going to be supported?
int main(int argc, char *argv[])
/* Process command line. */
{
cgiSpoof(&argc, argv);