[open-ils-commits] r10632 - trunk/Open-ILS/web/opac/skin/default/js
svn at svn.open-ils.org
svn at svn.open-ils.org
Thu Sep 18 08:51:06 EDT 2008
Author: erickson
Date: 2008-09-18 08:51:05 -0400 (Thu, 18 Sep 2008)
New Revision: 10632
Modified:
trunk/Open-ILS/web/opac/skin/default/js/rresult.js
Log:
replace - with spaces in ISSN search
Modified: trunk/Open-ILS/web/opac/skin/default/js/rresult.js
===================================================================
--- trunk/Open-ILS/web/opac/skin/default/js/rresult.js 2008-09-18 12:50:56 UTC (rev 10631)
+++ trunk/Open-ILS/web/opac/skin/default/js/rresult.js 2008-09-18 12:51:05 UTC (rev 10632)
@@ -188,7 +188,7 @@
}
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();
More information about the open-ils-commits
mailing list