src/hg/instinct/hgHeatmap2/hgHeatmap2.c 1.84
1.84 2010/03/11 19:58:52 sbenz
Fixed header to be json
Index: src/hg/instinct/hgHeatmap2/hgHeatmap2.c
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/hg/instinct/hgHeatmap2/hgHeatmap2.c,v
retrieving revision 1.83
retrieving revision 1.84
diff -b -B -U 4 -r1.83 -r1.84
--- src/hg/instinct/hgHeatmap2/hgHeatmap2.c 11 Mar 2010 19:39:03 -0000 1.83
+++ src/hg/instinct/hgHeatmap2/hgHeatmap2.c 11 Mar 2010 19:58:52 -0000 1.84
@@ -2335,9 +2335,9 @@
/* Wrap html page dispatcher with code that writes out
* HTTP header and write cart back to database. */
{
cartWriteCookie(cart, hUserCookie());
-printf("Content-Type:application/x-javascript\r\n\r\n");
+printf("Content-Type:application/json\r\n\r\n");
/* Dispatch other pages, that actually want to write HTML. */
cartWarnCatcher(dispatchRoutines, cart, jsonEarlyWarningHandler);
cartCheckout(&cart);