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:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user