From 99ddaabfa0e393ba59ec3ed8e77e8bf4d6f174a4 Mon Sep 17 00:00:00 2001 From: miker Date: Wed, 3 Mar 2010 17:43:20 +0000 Subject: [PATCH] need to add a space here, in case the term contains a : (parser gets confused) git-svn-id: svn://svn.open-ils.org/ILS/trunk@15676 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- Open-ILS/web/opac/skin/default/js/adv_global.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Open-ILS/web/opac/skin/default/js/adv_global.js b/Open-ILS/web/opac/skin/default/js/adv_global.js index 2077845601..74edd3fe61 100644 --- a/Open-ILS/web/opac/skin/default/js/adv_global.js +++ b/Open-ILS/web/opac/skin/default/js/adv_global.js @@ -311,7 +311,7 @@ function advBuildSearchBlob() { string = string.replace(/\s*$/,''); //searches[stype].term = string; if(searches) searches += ' '; - searches += stype + ':'+ string; + searches += stype + ': '+ string; } } -- 2.11.0