[open-ils-commits] r9874 - branches/rel_1_2/Open-ILS/xul/staff_client/chrome/content/cat

svn at svn.open-ils.org svn at svn.open-ils.org
Thu Jun 19 11:45:55 EDT 2008


Author: phasefx
Date: 2008-06-19 11:45:53 -0400 (Thu, 19 Jun 2008)
New Revision: 9874

Modified:
   branches/rel_1_2/Open-ILS/xul/staff_client/chrome/content/cat/opac.xul
Log:
typo

Modified: branches/rel_1_2/Open-ILS/xul/staff_client/chrome/content/cat/opac.xul
===================================================================
--- branches/rel_1_2/Open-ILS/xul/staff_client/chrome/content/cat/opac.xul	2008-06-19 15:45:13 UTC (rev 9873)
+++ branches/rel_1_2/Open-ILS/xul/staff_client/chrome/content/cat/opac.xul	2008-06-19 15:45:53 UTC (rev 9874)
@@ -135,7 +135,7 @@
 			g.view = 'copy_browser';
 			if (copy_browser_reset) {
 				bottom_pane.reset_iframe( xulG.url_prefix( urls.XUL_COPY_VOLUME_BROWSE ) + '?docid=' + window.escape(docid),{},xulG);
-                copy_browser.reset = false;
+                copy_browser_reset = false;
 			} else {
 				bottom_pane.set_iframe( xulG.url_prefix( urls.XUL_COPY_VOLUME_BROWSE ) + '?docid=' + window.escape(docid),{},xulG);
 			}



More information about the open-ils-commits mailing list