From: miker Date: Sat, 12 May 2007 04:02:30 +0000 (+0000) Subject: try command property instead of oncommand attr X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=bd80300b0560fd0013392d133cf23e307de8126a;p=Evergreen.git try command property instead of oncommand attr git-svn-id: svn://svn.open-ils.org/ILS/trunk@7258 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 e1a5f4276d..5f5fb3b5f3 100644 --- a/Open-ILS/web/reports/xul/template-config.js +++ b/Open-ILS/web/reports/xul/template-config.js @@ -578,7 +578,7 @@ function populateTransformContext () { alias : t.label, label : t.label, params : t.params, - oncommand : "alterColumnTransform('"+t.name+"')", + command : function () { return alterColumnTransform(t.name) } } ) );