mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-21 15:13:50 +00:00
when option uniq is true, display message if you select multiple suggestions
This commit is contained in:
@@ -6,7 +6,7 @@ const parametersToString = ({ query, options }) => {
|
||||
options.type.forEach(function(type) {
|
||||
types += '&type[]=' + type;
|
||||
});
|
||||
return 'q=' + query + types + '&uniq=' + options.uniq;
|
||||
return 'q=' + query + types;
|
||||
};
|
||||
|
||||
/*
|
||||
|
Reference in New Issue
Block a user