[open-ils-commits] r20366 - branches/rel_2_0/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:24 EDT 2011


Author: miker
Date: 2011-05-01 09:53:22 -0400 (Sun, 01 May 2011)
New Revision: 20366

Modified:
   branches/rel_2_0/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_0/Open-ILS/web/opac/skin/default/js/adv_global.js
===================================================================
--- branches/rel_2_0/Open-ILS/web/opac/skin/default/js/adv_global.js	2011-05-01 13:53:07 UTC (rev 20365)
+++ branches/rel_2_0/Open-ILS/web/opac/skin/default/js/adv_global.js	2011-05-01 13:53:22 UTC (rev 20366)
@@ -307,7 +307,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