eb57f721736fe3048c30576ff036a30cae7ce448 tdreszer Mon Aug 30 14:41:40 2010 -0700 Metadata link '...' is now populated by ajax diff --git src/hg/lib/cart.c src/hg/lib/cart.c index 565ca39..658b33c 100644 --- src/hg/lib/cart.c +++ src/hg/lib/cart.c @@ -1382,6 +1382,8 @@ va_end(args); jsIncludeFile("jquery.js", NULL); jsIncludeFile("utils.js", NULL); +jsIncludeFile("ajax.js", NULL); +cgiMakeHiddenVar("db", db); } void cartWebEnd()