26eb6b9c0a1ac1170fc56b963a7e8b726e4cb3d6 braney Mon Jul 28 11:33:14 2014 -0700 be more selective about when calling a javascript routine that isn'talways loaded. Thanks Tim! diff --git src/hg/lib/hui.c src/hg/lib/hui.c index 70f1459..dc3cd07 100644 --- src/hg/lib/hui.c +++ src/hg/lib/hui.c @@ -4633,47 +4633,50 @@ wigFetchTransformFuncWithCart(cart,tdb,name, &transformFunc); wigFetchAlwaysZeroWithCart(cart,tdb,name, &alwaysZero); wigFetchHorizontalGridWithCart(cart,tdb,name, &horizontalGrid); wigFetchAutoScaleWithCart(cart,tdb,name, &autoScale); wigFetchGraphTypeWithCart(cart,tdb,name, &lineBar); wigFetchWindowingFunctionWithCart(cart,tdb,name, &windowingFunction); wigFetchSmoothingWindowWithCart(cart,tdb,name, &smoothingWindow); wigFetchYLineMarkWithCart(cart,tdb,name, &yLineMarkOnOff); wigFetchYLineMarkValueWithCart(cart,tdb,name, &yLineMark); boolean doNegative = wigFetchDoNegativeWithCart(cart,tdb,tdb->track, (char **) NULL); printf("
Overlay method: | "); safef(option, sizeof(option), "%s.%s", name, AGGREGATE); aggregateDropDown(option, aggregateVal); puts(" | ||
---|---|---|---|
Type of graph: | "); safef( option, sizeof(option), "%s.%s", name, LINEBAR ); wiggleGraphDropDown(option, lineBar); if (boxed) { printf(" | "); printf("Graph configuration help",WIGGLE_HELP_PAGE); } puts(" | |
Track height: | "); safef(option, sizeof(option), "%s.%s", name, HEIGHTPER ); @@ -4726,31 +4729,32 @@ wiggleGridDropDown(option, horizontalGrid); printf(" at y ="); safef(option, sizeof(option), "%s.%s", name, YLINEMARK ); cgiMakeDoubleVarInRange(option, yLineMark, "Indicator at Y", 0, NULL, NULL); safef(option, sizeof(option), "%s.%s", name, YLINEONOFF ); wiggleYLineMarkDropDown(option, yLineMarkOnOff); printf(" | "); if (boxed) puts("