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/hgGateway/hgGateway.c src/hg/hgGateway/hgGateway.c index 64c398e..6ae6c8e 100644 --- src/hg/hgGateway/hgGateway.c +++ src/hg/hgGateway/hgGateway.c @@ -55,7 +55,7 @@ if (sameString(position, "genome") || sameString(position, "hgBatch")) position = defaultPosition; -hPrintf("<link href='../style/autocomplete.css' rel='stylesheet' type='text/css' />\n"); +webIncludeResourceFile("autocomplete.css"); jsIncludeFile("jquery.js", NULL); jsIncludeFile("jquery.autocomplete.js", NULL); jsIncludeFile("ajax.js", NULL);