From: pines Date: Wed, 25 Oct 2006 19:58:03 +0000 (+0000) Subject: oopsie X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=6b83ffded1471784be330ccfd1b3c6330d96b399;p=evergreen%2Fpines.git oopsie git-svn-id: svn://svn.open-ils.org/ILS/trunk@6510 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- diff --git a/Open-ILS/xul/staff_client/server/cat/copy_editor.js b/Open-ILS/xul/staff_client/server/cat/copy_editor.js index 7edaa10893..75748b295c 100644 --- a/Open-ILS/xul/staff_client/server/cat/copy_editor.js +++ b/Open-ILS/xul/staff_client/server/cat/copy_editor.js @@ -664,7 +664,7 @@ g.panes_and_field_names = { "Alert Message", { render: 'fm.alert_message() == null ? "" : fm.alert_message()', - input: 'c = function(v){ g.apply("alert_message",v); if (typeof post_c == "function") post_c(v); }; x = document.createElement("textbox"); x.setAttribute("multiline",true); g.populate_alert_message_input(x); x.addEventListener("apply",function(f){ return function(ev) { f( String(ev.target.value).replace(/^\s+$/,'') ); } }(c), false);', + input: 'c = function(v){ g.apply("alert_message",v); if (typeof post_c == "function") post_c(v); }; x = document.createElement("textbox"); x.setAttribute("multiline",true); g.populate_alert_message_input(x); x.addEventListener("apply",function(f){ return function(ev) { f( String(ev.target.value).replace(/^\s+$/,"") ); } }(c), false);', } ],