d2487acc53819ca9b3a5f6df519408c3e4293e93 tdreszer Wed Oct 6 14:22:33 2010 -0700 Make cgi references to style sheets (css files) actually point to timestamped link. Common code is also used for js files diff --git src/hg/hgTrackUi/hgTrackUi.c src/hg/hgTrackUi/hgTrackUi.c index 5f781a7..f8cb7c4 100644 --- src/hg/hgTrackUi/hgTrackUi.c +++ src/hg/hgTrackUi/hgTrackUi.c @@ -2424,7 +2424,7 @@ if (!ajax) { jsIncludeFile("jquery.js", NULL); - printf("<link href='../style/jquery-ui.css' rel='stylesheet' type='text/css' />\n"); + webIncludeResourceFile("jquery-ui.css"); jsIncludeFile("jquery-ui.js", NULL); jsIncludeFile("utils.js",NULL); }