[open-ils-commits] r11699 - trunk/Open-ILS/xul/staff_client/server/patron

svn at svn.open-ils.org svn at svn.open-ils.org
Mon Dec 29 14:47:46 EST 2008


Author: phasefx
Date: 2008-12-29 14:47:43 -0500 (Mon, 29 Dec 2008)
New Revision: 11699

Modified:
   trunk/Open-ILS/xul/staff_client/server/patron/summary.js
Log:
use attribute here since the thread creating that element hasn't exited yet

Modified: trunk/Open-ILS/xul/staff_client/server/patron/summary.js
===================================================================
--- trunk/Open-ILS/xul/staff_client/server/patron/summary.js	2008-12-29 19:45:04 UTC (rev 11698)
+++ trunk/Open-ILS/xul/staff_client/server/patron/summary.js	2008-12-29 19:47:43 UTC (rev 11699)
@@ -119,7 +119,7 @@
 
     								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



More information about the open-ils-commits mailing list