From: miker Date: Sat, 12 May 2007 05:15:59 +0000 (+0000) Subject: menulist X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=e927ef3be563ceaa19701e1d09d5c830c3d4eae6;p=Evergreen.git menulist git-svn-id: svn://svn.open-ils.org/ILS/trunk@7273 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- diff --git a/Open-ILS/web/reports/xul/template-config.js b/Open-ILS/web/reports/xul/template-config.js index 6dcb5a51d1..e10d10e78d 100644 --- a/Open-ILS/web/reports/xul/template-config.js +++ b/Open-ILS/web/reports/xul/template-config.js @@ -502,7 +502,7 @@ function populateOperatorContext () { menu.appendChild( createMenuItem( { label : o.label, - oncommand : "changeOperator({op:'"+i+"',label:'"+o.label+"'})" + onmouseup : "changeOperator({op:'"+i+"',label:'"+o.label+"'})" } ) ); @@ -514,7 +514,7 @@ function populateOperatorContext () { menu.appendChild( createMenuItem( { label : o.labels[key], - oncommand : "changeOperator({op:'"+i+"',label:'"+o.labels[key]+"'});" + onmouseup : "changeOperator({op:'"+i+"',label:'"+o.labels[key]+"'});" } ) ); @@ -578,7 +578,7 @@ function populateTransformContext () { alias : t.label, label : t.label, params : t.params, - oncommand : "alterColumnTransform('"+t.name+"')" + onmouseup : "alterColumnTransform('"+t.name+"')" } ) );