65bf003397e55927776facd7654de161ea8c1e20 lrnassar Fri Jan 30 15:59:33 2026 -0800 Downloading our major CDNs and changing their references to all be local, there are some more corner cases that were low priority as discussed in the ticket. This work is done to improve performance, expecially for overseas users. Refs #33998 diff --git src/hg/lib/tablesTables.c src/hg/lib/tablesTables.c index 8747c2a80ec..d5fcbad5333 100644 --- src/hg/lib/tablesTables.c +++ src/hg/lib/tablesTables.c @@ -149,32 +149,32 @@ " $('form').delegate('#%s','change keyup paste',function(e){\n" " $('[name=%s_page]').val('1');\n" " });\n" "});\n" , id, varPrefix); } static void showTableFilterControlRow(struct fieldedTable *table, struct slName *visibleFields, struct cart *cart, char *varPrefix, int maxLenField, struct hash *suggestHash) /* Assuming we are in table already drow control row. * The suggestHash is keyed by field name. If something is there we'll assume * it's value is slName list of suggestion values */ { /* Include javascript and style we need */ -printf("\n"); -printf("\n"); +webIncludeResourceFile("jquery-ui.css"); +jsIncludeFile("jquery-ui.js", NULL); printf("