From 7e0ac9e2243609417ffc3c903cc428c44734d17a Mon Sep 17 00:00:00 2001 From: miker Date: Fri, 22 Oct 2010 16:25:08 +0000 Subject: [PATCH] typo in setTimeout spotted by dbs git-svn-id: svn://svn.open-ils.org/ILS/trunk@18450 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- Open-ILS/web/opac/skin/default/xml/rdetail/rdetail_summary.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Open-ILS/web/opac/skin/default/xml/rdetail/rdetail_summary.xml b/Open-ILS/web/opac/skin/default/xml/rdetail/rdetail_summary.xml index 039b42df8..2fac16279 100644 --- a/Open-ILS/web/opac/skin/default/xml/rdetail/rdetail_summary.xml +++ b/Open-ILS/web/opac/skin/default/xml/rdetail/rdetail_summary.xml @@ -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)) -- 2.11.0