[open-ils-commits] r20365 - branches/rel_2_1/Open-ILS/web/opac/skin/default/js (miker)
svn at svn.open-ils.org
svn at svn.open-ils.org
Sun May 1 09:53:09 EDT 2011
Author: miker
Date: 2011-05-01 09:53:07 -0400 (Sun, 01 May 2011)
New Revision: 20365
Modified:
branches/rel_2_1/Open-ILS/web/opac/skin/default/js/adv_global.js
Log:
After investigation by Dan Scott, Michael Peters and Mike Rylander (a little), apos removal in advanced search normalization is considered harmful.
Modified: branches/rel_2_1/Open-ILS/web/opac/skin/default/js/adv_global.js
===================================================================
--- branches/rel_2_1/Open-ILS/web/opac/skin/default/js/adv_global.js 2011-05-01 13:52:48 UTC (rev 20364)
+++ branches/rel_2_1/Open-ILS/web/opac/skin/default/js/adv_global.js 2011-05-01 13:53:07 UTC (rev 20365)
@@ -295,7 +295,6 @@
break;
}
if(string) {
- string = string.replace(/'/g,' ');
string = string.replace(/\\/g,' ');
string = string.replace(/^\s*/,'');
string = string.replace(/\s*$/,'');
More information about the open-ils-commits
mailing list