From: erickson Date: Tue, 28 Nov 2006 20:56:28 +0000 (+0000) Subject: disabled text normalization (titles, authors, etc.) X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=f702ee28ce4fa8c0461a681483f5162213d1f567;p=Evergreen.git disabled text normalization (titles, authors, etc.) git-svn-id: svn://svn.open-ils.org/ILS/trunk@6628 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- diff --git a/Open-ILS/web/opac/common/js/utils.js b/Open-ILS/web/opac/common/js/utils.js index 27653aef4a..097802b80b 100644 --- a/Open-ILS/web/opac/common/js/utils.js +++ b/Open-ILS/web/opac/common/js/utils.js @@ -359,6 +359,7 @@ function setSelectorVal( selector, index, name, value, action, indent ) { /* split on spaces. capitalize the first /\w/ character in each substring */ function normalize(val) { + return val; /* disable me for now */ if(!val) return "";