aboutsummaryrefslogtreecommitdiff
path: root/wqflask/wqflask/templates/marker_regression_gn1.html
diff options
context:
space:
mode:
Diffstat (limited to 'wqflask/wqflask/templates/marker_regression_gn1.html')
-rw-r--r--wqflask/wqflask/templates/marker_regression_gn1.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/wqflask/wqflask/templates/marker_regression_gn1.html b/wqflask/wqflask/templates/marker_regression_gn1.html
index 6eba7ffa..8e2af3cb 100644
--- a/wqflask/wqflask/templates/marker_regression_gn1.html
+++ b/wqflask/wqflask/templates/marker_regression_gn1.html
@@ -291,7 +291,7 @@
<script type="text/javascript" charset="utf-8">
$(document).ready( function () {
- setBDSpecies("{{ dataset.group.species }}");
+ BD.putData({species: "{{ dataset.group.species }}" });
console.time("Creating table");
$('#qtl_results').dataTable( {
@@ -355,7 +355,7 @@
$('#topchart').hide();
$('#bd_container').show();
- openBDBrowser();
+ BD.openBrowser();
})
});