From 3c266fcf4c4baa1a66caa545d884c3b2284d7c7b Mon Sep 17 00:00:00 2001 From: dbs Date: Sun, 29 Mar 2009 21:03:10 +0000 Subject: [PATCH] Let's fix this typo and see what breaks :) git-svn-id: svn://svn.open-ils.org/ILS/trunk@12716 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- Open-ILS/web/opac/skin/default/js/rresult.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Open-ILS/web/opac/skin/default/js/rresult.js b/Open-ILS/web/opac/skin/default/js/rresult.js index a0aeafeeb5..8bc5609e7a 100644 --- a/Open-ILS/web/opac/skin/default/js/rresult.js +++ b/Open-ILS/web/opac/skin/default/js/rresult.js @@ -73,7 +73,7 @@ function rresultCollectIds() { case RTYPE_MRID : case null : case "" : - defaut: + default: var form = rresultGetForm(); var args = { format : form, org : getLocation(), depth : rresultGetDepth() }; -- 2.11.0