[open-ils-commits] r13632 - trunk/Open-ILS/xul/staff_client/server/patron (phasefx)

svn at svn.open-ils.org svn at svn.open-ils.org
Mon Jul 20 01:14:36 EDT 2009


Author: phasefx
Date: 2009-07-20 01:14:34 -0400 (Mon, 20 Jul 2009)
New Revision: 13632

Modified:
   trunk/Open-ILS/xul/staff_client/server/patron/display.js
Log:
no need to destroy and recreate this interface if staff bounce around the patron sub-interfaces

Modified: trunk/Open-ILS/xul/staff_client/server/patron/display.js
===================================================================
--- trunk/Open-ILS/xul/staff_client/server/patron/display.js	2009-07-20 04:30:08 UTC (rev 13631)
+++ trunk/Open-ILS/xul/staff_client/server/patron/display.js	2009-07-20 05:14:34 UTC (rev 13632)
@@ -460,7 +460,7 @@
                             function penalty_interface() {
                                 try { document.getElementById("PatronNavBarScrollbox").ensureElementIsVisible( document.getElementById("PatronNavBar_messages" ) ); } catch(E) {};
 							    obj.reset_nav_styling('cmd_standing_penalties');
-                                return obj.right_deck.reset_iframe(
+                                return obj.right_deck.set_iframe(
                                     urls.XUL_STANDING_PENALTIES,
                                     {},
                                     {



More information about the open-ils-commits mailing list