2d76d0365ea130dea2d059d92c83e2d1214cff82 braney Sun Apr 27 17:20:38 2014 -0700 oops... a little fix to javascript used on wiggle ui diff --git src/hg/lib/hui.c src/hg/lib/hui.c index 0720332..ecc2f96 100644 --- src/hg/lib/hui.c +++ src/hg/lib/hui.c @@ -4719,31 +4719,31 @@ printf("   at y ="); safef(option, sizeof(option), "%s.%s", name, YLINEMARK ); cgiMakeDoubleVarWithLimits(option, yLineMark, "Indicator at Y", 0, tDbMinY, tDbMaxY); safef(option, sizeof(option), "%s.%s", name, YLINEONOFF ); wiggleYLineMarkDropDown(option, yLineMarkOnOff); printf(""); if (boxed) puts(""); else { puts(""); printf("Graph configuration help",WIGGLE_HELP_PAGE); } // add a little javascript call to make sure we don't get whiskers with stacks -puts("\n"); +printf("\n", name); cfgEndBox(boxed); } void filterButtons(char *filterTypeVar, char *filterTypeVal, boolean none) /* Put up some filter buttons. */ { printf("Filter: "); radioButton(filterTypeVar, filterTypeVal, "red"); radioButton(filterTypeVar, filterTypeVal, "green"); radioButton(filterTypeVar, filterTypeVal, "blue"); radioButton(filterTypeVar, filterTypeVal, "exclude"); radioButton(filterTypeVar, filterTypeVal, "include"); if (none)