We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 130661b commit 66dfe95Copy full SHA for 66dfe95
resources/assets/js/app.js
@@ -186,7 +186,7 @@ $.when($.ready).then(() => {
186
const search = this.value;
187
const items = $("#sortable").find(".item-container");
188
// Get provider from either select or hidden input
189
- const provider =
+ const provider =
190
$("#search-container select[name=provider]").val() ||
191
$("#search-container input[name=provider]").val();
192
0 commit comments