From 91c46548ccd1e0486c7224329a9091faf9bac1ba Mon Sep 17 00:00:00 2001 From: phasefx Date: Mon, 29 Dec 2008 19:47:43 +0000 Subject: [PATCH] use attribute here since the thread creating that element hasn't exited yet git-svn-id: svn://svn.open-ils.org/ILS/trunk@11699 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- Open-ILS/xul/staff_client/server/patron/summary.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Open-ILS/xul/staff_client/server/patron/summary.js b/Open-ILS/xul/staff_client/server/patron/summary.js index 43f8972591..d7e0426f82 100644 --- a/Open-ILS/xul/staff_client/server/patron/summary.js +++ b/Open-ILS/xul/staff_client/server/patron/summary.js @@ -119,7 +119,7 @@ patron.summary.prototype = { var button = document.createElement('button'); button.setAttribute('label', $("patronStrings").getString('staff.patron.summary.standing_penalty.remove')); - button.disabled = true; + button.setAttribute('disabled','true'); row.appendChild(button); // XXX check a permission here? How to fire the remove action ??? XXX -- 2.11.0