Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
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
// 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.