From: miker Date: Sun, 1 May 2011 13:53:22 +0000 (+0000) Subject: After investigation by Dan Scott, Michael Peters and Mike Rylander (a little), apos... X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=77d6c235533a885214cfad636e95211fd5d10f4b;p=evergreen%2Fjoelewis.git After investigation by Dan Scott, Michael Peters and Mike Rylander (a little), apos removal in advanced search normalization is considered harmful. git-svn-id: svn://svn.open-ils.org/ILS/branches/rel_2_0@20366 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- diff --git a/Open-ILS/web/opac/skin/default/js/adv_global.js b/Open-ILS/web/opac/skin/default/js/adv_global.js index 5cacdda71e..ecc64179d1 100644 --- a/Open-ILS/web/opac/skin/default/js/adv_global.js +++ b/Open-ILS/web/opac/skin/default/js/adv_global.js @@ -307,7 +307,6 @@ function advBuildSearchBlob() { break; } if(string) { - string = string.replace(/'/g,' '); string = string.replace(/\\/g,' '); string = string.replace(/^\s*/,''); string = string.replace(/\s*$/,'');