From 58daadfd7d4cf5c4e74f6a1de4f5d79d5b220cd6 Mon Sep 17 00:00:00 2001 From: erickson Date: Thu, 27 Jul 2006 21:27:52 +0000 Subject: [PATCH] typo git-svn-id: svn://svn.open-ils.org/ILS/trunk@5139 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- Open-ILS/xul/staff_client/server/patron/ue_ui.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Open-ILS/xul/staff_client/server/patron/ue_ui.js b/Open-ILS/xul/staff_client/server/patron/ue_ui.js index 6b9ad9dd13..ec62dfcc80 100644 --- a/Open-ILS/xul/staff_client/server/patron/ue_ui.js +++ b/Open-ILS/xul/staff_client/server/patron/ue_ui.js @@ -175,7 +175,7 @@ function uEditInsertCat( row, cat, idx ) { selector.onchange = function() { newval.value = getSelectorVal(selector); - if(newval.onchange()) newval.onchange(); + if(newval.onchange) newval.onchange(); } if( idx == 0 ) selector.id = 'ue_stat_cat_selector_1'; -- 2.11.0