From: phasefx Date: Mon, 29 Dec 2008 19:47:43 +0000 (+0000) Subject: use attribute here since the thread creating that element hasn't exited yet X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=91c46548ccd1e0486c7224329a9091faf9bac1ba;p=Evergreen.git 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 --- 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