[open-ils-commits] r18451 - branches/rel_2_0/Open-ILS/web/opac/skin/default/xml/rdetail (miker)

svn at svn.open-ils.org svn at svn.open-ils.org
Fri Oct 22 12:25:28 EDT 2010


Author: miker
Date: 2010-10-22 12:25:25 -0400 (Fri, 22 Oct 2010)
New Revision: 18451

Modified:
   branches/rel_2_0/Open-ILS/web/opac/skin/default/xml/rdetail/rdetail_summary.xml
Log:
typo in setTimeout spotted by dbs

Modified: branches/rel_2_0/Open-ILS/web/opac/skin/default/xml/rdetail/rdetail_summary.xml
===================================================================
--- branches/rel_2_0/Open-ILS/web/opac/skin/default/xml/rdetail/rdetail_summary.xml	2010-10-22 16:25:08 UTC (rev 18450)
+++ branches/rel_2_0/Open-ILS/web/opac/skin/default/xml/rdetail/rdetail_summary.xml	2010-10-22 16:25:25 UTC (rev 18451)
@@ -208,7 +208,7 @@
 		config.ids.rdetail.image				= 'rdetail_image';
 		config.ids.rdetail.tor_pic				= 'rdetail_tor_pic';
 
-        setTiemout( function () {
+        setTimeout( function () {
             var here = findOrgUnit(getLocation());
             if (getDepth() > 0 || getDepth === 0 ) {
                 while (getDepth() < findOrgDepth(here))



More information about the open-ils-commits mailing list