use attribute here since the thread creating that element hasn't exited yet
authorphasefx <phasefx@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Mon, 29 Dec 2008 19:47:43 +0000 (19:47 +0000)
committerphasefx <phasefx@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Mon, 29 Dec 2008 19:47:43 +0000 (19:47 +0000)
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

index 43f8972..d7e0426 100644 (file)
@@ -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