[open-ils-commits] r20364 - trunk/Open-ILS/web/opac/skin/default/js (miker)

svn at svn.open-ils.org svn at svn.open-ils.org
Sun May 1 09:52:50 EDT 2011


Author: miker
Date: 2011-05-01 09:52:48 -0400 (Sun, 01 May 2011)
New Revision: 20364

Modified:
   trunk/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: trunk/Open-ILS/web/opac/skin/default/js/adv_global.js
===================================================================
--- trunk/Open-ILS/web/opac/skin/default/js/adv_global.js	2011-05-01 13:48:01 UTC (rev 20363)
+++ trunk/Open-ILS/web/opac/skin/default/js/adv_global.js	2011-05-01 13:52:48 UTC (rev 20364)
@@ -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