From 56e794e1e5908f21c1eca05093c3683f035c1ed5 Mon Sep 17 00:00:00 2001
From: Yohan Jarosz <yohanjarosz@yahoo.fr>
Date: Tue, 25 Aug 2015 16:02:24 +0200
Subject: [PATCH] preload iframe

---
 lib/imp.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/imp.html b/lib/imp.html
index a694d2e..8d8c131 100644
--- a/lib/imp.html
+++ b/lib/imp.html
@@ -147,7 +147,7 @@
                         </label>
                 </div>
                 <div class="row">
-                    <div class="row" id="assembly-wrapper"></div>
+                    <div id='assembly-wrapper' class='row'><iframe style='position: absolute; width: 100%;height: 100%; border: none' src='Analysis/results/quast/summary/report.html'></iframe></div>
                 </div>
 
 
-- 
GitLab