[open-ils-commits] r7905 - branches/rel_1_2/Open-ILS/xul/staff_client/chrome/content/util

svn at svn.open-ils.org svn at svn.open-ils.org
Mon Oct 22 01:58:38 EDT 2007


Author: phasefx
Date: 2007-10-22 01:45:14 -0400 (Mon, 22 Oct 2007)
New Revision: 7905

Modified:
   branches/rel_1_2/Open-ILS/xul/staff_client/chrome/content/util/widgets.js
Log:
returning the pref blob to support some copy editor pref code

Modified: branches/rel_1_2/Open-ILS/xul/staff_client/chrome/content/util/widgets.js
===================================================================
--- branches/rel_1_2/Open-ILS/xul/staff_client/chrome/content/util/widgets.js	2007-10-22 05:42:02 UTC (rev 7904)
+++ branches/rel_1_2/Open-ILS/xul/staff_client/chrome/content/util/widgets.js	2007-10-22 05:45:14 UTC (rev 7905)
@@ -347,7 +347,9 @@
 					document.getElementById( element_id ).setAttribute(attribute, blob[ element_id ][ attribute ]);
 				}
 			}
+            return blob;
 		}
+        return {};
 	} catch(E) {
 		alert('Error loading preferences: ' + E);
 	}



More information about the open-ils-commits mailing list