Unwrap jQuery object

Signed-off-by: Johannes Marbach <n0-0ne+github@mailbox.org>
This commit is contained in:
Johannes Marbach 2026-03-24 10:59:39 +01:00
parent bccbff878d
commit 0cf8fca4da

View file

@ -87,7 +87,7 @@ search backend.
.text("Loading..."))) .text("Loading...")))
.append($("<p>") .append($("<p>")
.text("Loading...")); .text("Loading..."));
const popover = new bootstrap.Popover($targetSearchInput, { const popover = new bootstrap.Popover($targetSearchInput[0], {
content: $spinner[0], content: $spinner[0],
html: true, html: true,
customClass: "td-offline-search-results", customClass: "td-offline-search-results",