diff jqBarGraph.2.1.js @ 19:12ecc13c64b9 draft

Uploaded
author mzeidler
date Mon, 30 Sep 2013 07:02:24 -0400
parents 73c223d283a4
children 13083e0615da
line wrap: on
line diff
--- a/jqBarGraph.2.1.js	Mon Sep 30 06:22:58 2013 -0400
+++ b/jqBarGraph.2.1.js	Mon Sep 30 07:02:24 2013 -0400
@@ -488,7 +488,7 @@
             var div = document.getElementById("image" + elid);
             div.innerHTML="";
             out="<div><H3>Consensus Image for Region "+region+"</H3></div>";
-            out+="<img id='image_file"+elid+"' src="+consensus_image+" alt="+consensus_image+">";
+            out+="<img id='image_file"+elid+"' src="+consensus_image+" alt="+consensus_image+" style='width:auto;'>";
             $(div).append(out)