disabled text normalization (titles, authors, etc.)
authorerickson <erickson@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Tue, 28 Nov 2006 20:56:28 +0000 (20:56 +0000)
committererickson <erickson@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Tue, 28 Nov 2006 20:56:28 +0000 (20:56 +0000)
git-svn-id: svn://svn.open-ils.org/ILS/branches/rel_1_0@6628 dcc99617-32d9-48b4-a31d-7c20da2025e4

Open-ILS/web/opac/common/js/utils.js

index 27653ae..097802b 100644 (file)
@@ -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 "";