From: erickson Date: Wed, 6 Sep 2006 06:37:42 +0000 (+0000) Subject: made method return data X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=f33c4feb2a13bec6bfd5038604867ee3f4dee818;p=Evergreen.git made method return data git-svn-id: svn://svn.open-ils.org/ILS/trunk@5986 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- diff --git a/Open-ILS/web/opac/common/js/opac_utils.js b/Open-ILS/web/opac/common/js/opac_utils.js index bd16c997e1..f7728bd8b1 100644 --- a/Open-ILS/web/opac/common/js/opac_utils.js +++ b/Open-ILS/web/opac/common/js/opac_utils.js @@ -854,6 +854,7 @@ function findRecord(id,type) { req.send(true); var res = req.result(); if( checkILSEvent(res) ) return null; + return res; } function Timer(name, node){