From 2d7a00b1b11595bbede61d3c638f365c81e8d4a8 Mon Sep 17 00:00:00 2001 From: makkalot Date: Mon, 18 Aug 2008 14:03:02 +0300 Subject: show the result in a better div :) --- funcweb/funcweb/static/javascript/utils.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'funcweb') 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 = '
'; + var html_code = '
Result
' + replace_div.innerHTML = html_code; } //now load the tree -- cgit