From: erickson Date: Thu, 18 Sep 2008 12:51:05 +0000 (+0000) Subject: replace - with spaces in ISSN search X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=e8dccbc488a13f208cb8d0bad2fedfcfaddafe8a;p=Evergreen.git replace - with spaces in ISSN search git-svn-id: svn://svn.open-ils.org/ILS/trunk@10632 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- diff --git a/Open-ILS/web/opac/skin/default/js/rresult.js b/Open-ILS/web/opac/skin/default/js/rresult.js index a0aeafeeb5..218f8d1cce 100644 --- a/Open-ILS/web/opac/skin/default/js/rresult.js +++ b/Open-ILS/web/opac/skin/default/js/rresult.js @@ -188,7 +188,7 @@ function rresultCollectTCNIds() { } function rresultCollectISSNIds() { - var req = new Request(FETCH_ADV_ISSN_RIDS, getAdvTerm() ); + var req = new Request(FETCH_ADV_ISSN_RIDS, (getAdvTerm()+'').replace(/-/g,' ')); req.callback( function(r) { var blob = r.getResultObject();