Skip to content

Commit

Permalink
Fix offline search popover (#1304)
Browse files Browse the repository at this point in the history
  • Loading branch information
tekezo committed Nov 3, 2022
1 parent aa7c0ae commit 545d0b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/js/offline-search.js
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@
});

$targetSearchInput
.data('content', $html[0].outerHTML)
.data('content', $html[0])
.popover('show');
};
});
Expand Down

0 comments on commit 545d0b2

Please sign in to comment.