From: miker Date: Sun, 1 May 2011 13:52:48 +0000 (+0000) Subject: After investigation by Dan Scott, Michael Peters and Mike Rylander (a little), apos... X-Git-Tag: sprint4-merge-nov22~5128^2~72^2~75^2 X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=beee382e450c90e845d7fc7a03d98404a7f4d5f8;p=working%2FEvergreen.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/trunk@20364 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 a6311b7ccd..897b1ea057 100644 --- a/Open-ILS/web/opac/skin/default/js/adv_global.js +++ b/Open-ILS/web/opac/skin/default/js/adv_global.js @@ -295,7 +295,6 @@ function advBuildSearchBlob() { break; } if(string) { - string = string.replace(/'/g,' '); string = string.replace(/\\/g,' '); string = string.replace(/^\s*/,''); string = string.replace(/\s*$/,'');