Stopped the debug output when dynamically adding a div

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

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) {