Template:Team:UC Davis/KO3D
From 2013.igem.org
(Difference between revisions)
Line 253: | Line 253: | ||
NEAR = 0.1, | NEAR = 0.1, | ||
FAR = 10000; | FAR = 10000; | ||
- | |||
- | |||
- | |||
- | |||
- | |||
Line 296: | Line 291: | ||
$('#mutantwidget').append("<div class='yaxis'>Fluorescence/OD</div>"); | $('#mutantwidget').append("<div class='yaxis'>Fluorescence/OD</div>"); | ||
$('#mutantwidget').append("<div class='xaxis'>Theophylline (mM)</div>"); | $('#mutantwidget').append("<div class='xaxis'>Theophylline (mM)</div>"); | ||
- | + | ||
+ | var dataMax = $('#mutantwidget .dataMax').text(); | ||
+ | if (dataMax.length == 0) | ||
+ | { dataMax = 6000; } | ||
+ | |||
$('#mw_selectmenu td').mouseover(function() | $('#mw_selectmenu td').mouseover(function() | ||
{ | { |
Revision as of 07:29, 26 October 2013