From 5ea6eb6ad7c529dcf8f2a9b24f6186f8571341a1 Mon Sep 17 00:00:00 2001 From: christian Date: Wed, 3 Aug 2016 16:28:58 +0200 Subject: Return to full view button in vector map view --- wqflask/wqflask/templates/marker_regression_gn1.html | 19 +++++++++++++++++-- 1 file changed, 17 insertions(+), 2 deletions(-) diff --git a/wqflask/wqflask/templates/marker_regression_gn1.html b/wqflask/wqflask/templates/marker_regression_gn1.html index 978ea55f..2fb2a36d 100644 --- a/wqflask/wqflask/templates/marker_regression_gn1.html +++ b/wqflask/wqflask/templates/marker_regression_gn1.html @@ -160,8 +160,19 @@ {% if mapping_method != "gemma" %}
-
-
+
+
+ Return to full view +
+ +
+ Open BioDalliance view +
+ +
+ +
+
{% endif %} @@ -319,6 +330,10 @@ $('div#gn1_map_options').show(); }); + $('#open_bd').click(function() { + console.log($('#topchart').contents()); + }) + }); chrView = function(this_chr, chr_mb_list) { -- cgit 1.4.1