[open-ils-commits] r12790 - trunk/Open-ILS/web/js/ui/default/conify/global/action_trigger (erickson)
svn at svn.open-ils.org
svn at svn.open-ils.org
Fri Apr 3 16:49:36 EDT 2009
Author: erickson
Date: 2009-04-03 16:49:31 -0400 (Fri, 03 Apr 2009)
New Revision: 12790
Modified:
trunk/Open-ILS/web/js/ui/default/conify/global/action_trigger/event_definition.js
Log:
do appendClear so we're not growing with new tests
Modified: trunk/Open-ILS/web/js/ui/default/conify/global/action_trigger/event_definition.js
===================================================================
--- trunk/Open-ILS/web/js/ui/default/conify/global/action_trigger/event_definition.js 2009-04-03 20:20:53 UTC (rev 12789)
+++ trunk/Open-ILS/web/js/ui/default/conify/global/action_trigger/event_definition.js 2009-04-03 20:49:31 UTC (rev 12790)
@@ -76,7 +76,7 @@
if(!output) output = evt.error_output();
var pre = document.createElement('pre');
pre.innerHTML = output.data();
- dojo.byId('test-event-output').appendChild(pre);
+ openils.Util.appendClear('test-event-output', pre);
openils.Util.show('test-event-output');
}
}
More information about the open-ils-commits
mailing list