From a9139520354efc159e819a562339df39c7d6abfa Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Tue, 21 Mar 2023 23:16:49 -0400 Subject: [PATCH] spelling: attribute Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- view/theme/frio/js/hovercard.js | 2 +- view/theme/frio/js/theme.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/view/theme/frio/js/hovercard.js b/view/theme/frio/js/hovercard.js index 0dff61759..be150fd8d 100644 --- a/view/theme/frio/js/hovercard.js +++ b/view/theme/frio/js/hovercard.js @@ -130,7 +130,7 @@ function openHovercard(targetElement, contactUrl, timeNow) { let title = targetElement.attr("title"); targetElement.attr({ "data-orig-title": title, title: "" }); - // get an additional data atribute if the card is active + // get an additional data attribute if the card is active targetElement.attr("data-hover-card-active", timeNow); // get the whole html content of the hover card and // push it to the bootstrap popover diff --git a/view/theme/frio/js/theme.js b/view/theme/frio/js/theme.js index b4b8e5dc3..505a17529 100644 --- a/view/theme/frio/js/theme.js +++ b/view/theme/frio/js/theme.js @@ -478,7 +478,7 @@ function showHide(theID) { // Show & hide event map in the network stream by button click. function showHideEventMap(elm) { // Get the id of the map element - it should be provided through - // the atribute "data-map-id". + // the attribute "data-map-id". var mapID = elm.getAttribute("data-map-id"); // Get translation labels.