mirror of
https://github.com/linuxserver/Heimdall.git
synced 2026-02-20 19:50:32 +09:00
Fix lint issue
This commit is contained in:
@@ -186,7 +186,7 @@ $.when($.ready).then(() => {
|
||||
const search = this.value;
|
||||
const items = $("#sortable").find(".item-container");
|
||||
// Get provider from either select or hidden input
|
||||
const provider =
|
||||
const provider =
|
||||
$("#search-container select[name=provider]").val() ||
|
||||
$("#search-container input[name=provider]").val();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user