mirror of
https://github.com/friendica/friendica
synced 2024-11-18 03:03:41 +00:00
spelling: attribute
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
parent
c7b358f446
commit
a913952035
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue