Skip to content

Commit 6abf467

Browse files
committed
join with empty string, instead of comma
1 parent caeb74c commit 6abf467

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

unbxdSearch.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1355,7 +1355,7 @@ var unbxdSearchInit = function(jQuery, Handlebars){
13551355
}))
13561356
}.bind(this), []);
13571357

1358-
jQuery(this.options.bannerSelector).html(bannersToDraw.join(','));
1358+
jQuery(this.options.bannerSelector).html(bannersToDraw.join(''));
13591359

13601360
}
13611361
,paintFacets: function(obj){

0 commit comments

Comments
 (0)