Merge branch 'master' of git.evergreen-ils.org:Evergreen into social
[evergreen-equinox.git] / Open-ILS / web / opac / skin / default / js / adv_global.js
index a6311b7..897b1ea 100644 (file)
@@ -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*$/,'');