From e703221b47dfb35af7e93781f55541b22ab2f8b4 Mon Sep 17 00:00:00 2001 From: phasefx Date: Tue, 27 Jun 2006 12:39:36 +0000 Subject: [PATCH] *** empty log message *** git-svn-id: svn://svn.open-ils.org/ILS/trunk@4805 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- Open-ILS/xul/staff_client/chrome/content/util/network.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Open-ILS/xul/staff_client/chrome/content/util/network.js b/Open-ILS/xul/staff_client/chrome/content/util/network.js index 97ab059f8f..8bc5ac9a3d 100644 --- a/Open-ILS/xul/staff_client/chrome/content/util/network.js +++ b/Open-ILS/xul/staff_client/chrome/content/util/network.js @@ -160,7 +160,7 @@ util.network.prototype = { var windowManagerInterface = windowManager.QueryInterface(Components.interfaces.nsIWindowMediator); var enumerator = windowManagerInterface.getEnumerator(null); - var w; // close all other windows + var w; // set title on all appshell windows while ( w = enumerator.getNext() ) { if (w.document.title.match(/^\d/)) { w.document.title = -- 2.11.0