File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
1
//uglifyjs unbxdSearch.js -o unbxdSearch.min.js && gzip -c unbxdSearch.min.js > unbxdSearch.min.js.gz && aws s3 cp unbxdSearch.min.js.gz s3://unbxd/unbxdSearch.js --grants read=uri=http://acs.amazonaws.com/groups/global/AllUsers --content-encoding gzip --cache-control max-age=3600
2
2
var unbxdSearchInit = function ( jQuery , Handlebars ) {
3
3
window . Unbxd = window . Unbxd || { } ;
4
- Unbxd . jsSdkVersion = "2.0.0 " ;
4
+ Unbxd . jsSdkVersion = "2.0.1 " ;
5
5
6
6
// Production steps of ECMA-262, Edition 5, 15.4.4.14
7
7
// Reference: http://es5.github.io/#x15.4.4.14
@@ -791,7 +791,7 @@ var unbxdSearchInit = function(jQuery, Handlebars){
791
791
, name = $t . attr ( "unbxdParam_facetName" )
792
792
, val = $t . attr ( "unbxdParam_facetValue" )
793
793
, vals = val . split ( ' TO ' )
794
- , checkbox_sel = self . options . facetCheckBoxSelector + "[unbxdParam_facetName='" + name + "' ][unbxdParam_facetValue='" + val + "' ]" ;
794
+ , checkbox_sel = self . options . facetCheckBoxSelector + "[unbxdParam_facetName=\"" + name + "\" ][unbxdParam_facetValue=\"" + val + "\" ]" ;
795
795
796
796
jQuery ( checkbox_sel ) . removeAttr ( "checked" ) ;
797
797
You can’t perform that action at this time.
0 commit comments