[open-ils-commits] r12716 - trunk/Open-ILS/web/opac/skin/default/js (dbs)
svn at svn.open-ils.org
svn at svn.open-ils.org
Sun Mar 29 17:03:14 EDT 2009
Author: dbs
Date: 2009-03-29 17:03:10 -0400 (Sun, 29 Mar 2009)
New Revision: 12716
Modified:
trunk/Open-ILS/web/opac/skin/default/js/rresult.js
Log:
Let's fix this typo and see what breaks :)
Modified: trunk/Open-ILS/web/opac/skin/default/js/rresult.js
===================================================================
--- trunk/Open-ILS/web/opac/skin/default/js/rresult.js 2009-03-29 20:45:01 UTC (rev 12715)
+++ trunk/Open-ILS/web/opac/skin/default/js/rresult.js 2009-03-29 21:03:10 UTC (rev 12716)
@@ -73,7 +73,7 @@
case RTYPE_MRID :
case null :
case "" :
- defaut:
+ default:
var form = rresultGetForm();
var args = { format : form, org : getLocation(), depth : rresultGetDepth() };
More information about the open-ils-commits
mailing list