Stopped the debug output when dynamically adding a div

git-svn-id: file:///svn-source/pmgr/branches/ledger_transactions_20090605@160 97e9348a-65ac-dc4b-aefc-98561f571b83
This commit is contained in:
abijah
2009-06-17 18:39:12 +00:00
parent 1e3774cad6
commit a136fd5313

View File

@@ -98,7 +98,7 @@ function addDiv(id_name, div_name, into_div_name, flash, html, script) {
html += '</SCRIPT>';
}
$("#debug").append(htmlEncode(html));
//$("#debug").append(htmlEncode(html));
$("#"+into_div_name).append(html);
if (flash) {