[open-ils-commits] r10630 - branches/rel_1_2_3/Open-ILS/web/opac/skin/default/js

svn at svn.open-ils.org svn at svn.open-ils.org
Thu Sep 18 08:50:39 EDT 2008


Author: erickson
Date: 2008-09-18 08:50:38 -0400 (Thu, 18 Sep 2008)
New Revision: 10630

Modified:
   branches/rel_1_2_3/Open-ILS/web/opac/skin/default/js/rresult.js
Log:
replace - with spaces in ISSN search

Modified: branches/rel_1_2_3/Open-ILS/web/opac/skin/default/js/rresult.js
===================================================================
--- branches/rel_1_2_3/Open-ILS/web/opac/skin/default/js/rresult.js	2008-09-18 04:25:13 UTC (rev 10629)
+++ branches/rel_1_2_3/Open-ILS/web/opac/skin/default/js/rresult.js	2008-09-18 12:50:38 UTC (rev 10630)
@@ -184,7 +184,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