From a78194c53542a49585fc7ba5c5804f31cfbf6096 Mon Sep 17 00:00:00 2001 From: erickson Date: Fri, 3 Apr 2009 20:49:31 +0000 Subject: [PATCH] do appendClear so we're not growing with new tests git-svn-id: svn://svn.open-ils.org/ILS/trunk@12790 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- .../web/js/ui/default/conify/global/action_trigger/event_definition.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Open-ILS/web/js/ui/default/conify/global/action_trigger/event_definition.js b/Open-ILS/web/js/ui/default/conify/global/action_trigger/event_definition.js index ef1a42ba79..36c22813f3 100644 --- a/Open-ILS/web/js/ui/default/conify/global/action_trigger/event_definition.js +++ b/Open-ILS/web/js/ui/default/conify/global/action_trigger/event_definition.js @@ -76,7 +76,7 @@ function evtTestCirc() { 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'); } } -- 2.11.0