1
0
Fork 0

spelling: the

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
Josh Soref 2023-03-20 23:13:56 -04:00
commit c6a9e8be39
14 changed files with 17 additions and 17 deletions

View file

@ -140,7 +140,7 @@ function openHovercard(targetElement, contactUrl, timeNow) {
.popover({
html: true,
placement: function () {
// Calculate the placement of the the hovercard (if top or bottom)
// Calculate the placement of the hovercard (if top or bottom)
// The placement depence on the distance between window top and the element
// which triggers the hover-card
let get_position = $(targetElement).offset().top - $(window).scrollTop();