From 31822fe2afeadf4e86351034980e8918316343f3 Mon Sep 17 00:00:00 2001 From: phasefx Date: Mon, 20 Jul 2009 05:14:34 +0000 Subject: [PATCH] no need to destroy and recreate this interface if staff bounce around the patron sub-interfaces git-svn-id: svn://svn.open-ils.org/ILS/trunk@13632 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- Open-ILS/xul/staff_client/server/patron/display.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Open-ILS/xul/staff_client/server/patron/display.js b/Open-ILS/xul/staff_client/server/patron/display.js index e4350f51af..216f39729e 100644 --- a/Open-ILS/xul/staff_client/server/patron/display.js +++ b/Open-ILS/xul/staff_client/server/patron/display.js @@ -460,7 +460,7 @@ patron.display.prototype = { 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, {}, { -- 2.11.0