Skip to content

Commit

Permalink
[BSv5] Offline-search adjust arrow class name (#1427)
Browse files Browse the repository at this point in the history
  • Loading branch information
chalin authored Feb 15, 2023
1 parent 8ae1625 commit 2f29796
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 @@ -14,7 +14,7 @@
$searchInput.data('placement', 'bottom');
$searchInput.data(
'template',
'<div class="td-offline-search-results popover" role="tooltip"><div class="arrow"></div><h3 class="popover-header"></h3><div class="popover-body"></div></div>'
'<div class="td-offline-search-results popover" role="tooltip"><div class="popover-arrow"></div><h3 class="popover-header"></h3><div class="popover-body"></div></div>'
);

//
Expand Down

0 comments on commit 2f29796

Please sign in to comment.