eb2bb727094a703f6665d4220762c707530b873f angie Mon Jul 8 14:04:21 2013 -0700 Fixing some broken HTML and JS in hgVai and hgTables when the position/search term can't be found. refs 6152 10964 diff --git src/hg/inc/web.h src/hg/inc/web.h index 8ccc32a..e0b8855 100644 --- src/hg/inc/web.h +++ src/hg/inc/web.h @@ -91,32 +91,32 @@ * containing a list of the possible genomes to choose from. * param db - a database whose genome will be the default genome. * If NULL, no default selection. * param onChangeText - Optional (can be NULL) text to pass in * any onChange javascript. */ void printGenomeListForCladeHtml(char *db, char *onChangeText); /* Prints to stdout the HTML to render a dropdown list containing * a list of the possible genomes from db's clade to choose from. * db's genome is the default for the select. */ void webPushErrHandlers(); /* Push warn and abort handler for errAbort(). */ -void webPushErrHandlersCart(struct cart *cart); -/* Push warn and abort handler for errAbort(); save cart for use in handlers. */ +void webPushErrHandlersCartDb(struct cart *cart, char *db); +/* Push warn and abort handler for errAbort(); save cart and db for use in handlers. */ void webPopErrHandlers(); /* Pop warn and abort handler for errAbort(). */ void printAssemblyListHtml(char *curDb, char *onChangeText); /* Prints to stdout the HTML to render a dropdown list containing a list of the possible assemblies to choose from. param curDb - The assembly (the database name) to choose as selected. If NULL, no default selection. */ void printAssemblyListHtmlExtra(char *curDb, char *javascript); /*