spelling: attribute

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
Josh Soref 2023-03-21 23:16:49 -04:00
parent c7b358f446
commit a913952035
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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.