[open-ils-commits] r18450 - trunk/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:11 EDT 2010
Author: miker
Date: 2010-10-22 12:25:08 -0400 (Fri, 22 Oct 2010)
New Revision: 18450
Modified:
trunk/Open-ILS/web/opac/skin/default/xml/rdetail/rdetail_summary.xml
Log:
typo in setTimeout spotted by dbs
Modified: trunk/Open-ILS/web/opac/skin/default/xml/rdetail/rdetail_summary.xml
===================================================================
--- trunk/Open-ILS/web/opac/skin/default/xml/rdetail/rdetail_summary.xml 2010-10-22 16:24:39 UTC (rev 18449)
+++ trunk/Open-ILS/web/opac/skin/default/xml/rdetail/rdetail_summary.xml 2010-10-22 16:25:08 UTC (rev 18450)
@@ -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