summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--funcweb/funcweb/static/javascript/utils.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/funcweb/funcweb/static/javascript/utils.js b/funcweb/funcweb/static/javascript/utils.js
index b872edc..810ba4d 100644
--- a/funcweb/funcweb/static/javascript/utils.js
+++ b/funcweb/funcweb/static/javascript/utils.js
@@ -222,7 +222,8 @@ function load_parsed_result_tree(div_to_replace,result){
showElement(replace_div);
//place here the tree div that will show up the tree structure
- replace_div.innerHTML = '<div id="treeboxbox_tree" style="width:200;height:200"></div>';
+ var html_code = '<div class="resultbigbox" id="resultbigbox"><div align="center" class="graytexts">Result</div><div class="resultbox" id="resultbox"><div id="treeboxbox_tree" style="width:200;height:200;border:0"></div></div></div>'
+ replace_div.innerHTML = html_code;
}
//now load the tree