[open-ils-commits] r11956 - trunk/Open-ILS/xul/staff_client/chrome/content/util

svn at svn.open-ils.org svn at svn.open-ils.org
Sun Jan 25 19:31:32 EST 2009


Author: phasefx
Date: 2009-01-25 19:31:32 -0500 (Sun, 25 Jan 2009)
New Revision: 11956

Modified:
   trunk/Open-ILS/xul/staff_client/chrome/content/util/exec.js
Log:
fix logic error with broken chain (chain is an array of functions that get called sequentially and are tied together via repeated setTimeout calls, in order to give the UI chances to update)

Modified: trunk/Open-ILS/xul/staff_client/chrome/content/util/exec.js
===================================================================
--- trunk/Open-ILS/xul/staff_client/chrome/content/util/exec.js	2009-01-26 00:06:04 UTC (rev 11955)
+++ trunk/Open-ILS/xul/staff_client/chrome/content/util/exec.js	2009-01-26 00:31:32 UTC (rev 11956)
@@ -59,6 +59,7 @@
 								}
 							} else {
 								dump('chain broken\n');
+                                return;
 							}
 						}
 					}



More information about the open-ils-commits mailing list