Skip to content

Commit 1d80f76

Browse files
committed
fix
1 parent 8c1dc14 commit 1d80f76

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

jquery.filters.js

+2
Original file line numberDiff line numberDiff line change
@@ -969,6 +969,8 @@
969969
type: selectedData.type};
970970
$.each(values, function (_, humanValue) {
971971
humanValue = decodeURIComponent(humanValue);
972+
// possible bug here
973+
humanValue = humanValue.replace("/", "");
972974
selectedValue = selectedData.options[humanValue].value;
973975
dataToPush = buildElementData({name: humanValue, value: selectedValue}, rawObject);
974976
filterModal.selectedFilterParameters[key].values.push(dataToPush)

0 commit comments

Comments
 (0)