mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-04-03 17:54:14 +02:00
Unwrap jQuery object
Signed-off-by: Johannes Marbach <n0-0ne+github@mailbox.org>
This commit is contained in:
parent
bccbff878d
commit
0cf8fca4da
|
|
@ -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",
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue