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.