cc3d3bdf3f311b210668ee91479a9b0a477d4fd4 larrym Thu Jun 7 12:26:44 2012 -0700 hBackgroundImage diff --git src/hg/hgFileUi/hgFileUi.c src/hg/hgFileUi/hgFileUi.c index ef71f51..a58387d 100644 --- src/hg/hgFileUi/hgFileUi.c +++ src/hg/hgFileUi/hgFileUi.c @@ -128,19 +128,18 @@ return; } fileUi(cart, tdb, db, chrom, FALSE); printf("<BR>\n"); webEnd(); } char *excludeVars[] = { "submit", "Submit", "g", "clearCache", "ajax", NULL,}; // HOW IS 'ajax" going to be supported? int main(int argc, char *argv[]) /* Process command line. */ { cgiSpoof(&argc, argv); -htmlSetBackground(hBackgroundImage()); cartEmptyShell(doMiddle, hUserCookie(), excludeVars, NULL); return 0; }