]> git.mxchange.org Git - friendica.git/commitdiff
spelling: attribute
authorJosh Soref <2119212+jsoref@users.noreply.github.com>
Wed, 22 Mar 2023 03:16:49 +0000 (23:16 -0400)
committerJosh Soref <2119212+jsoref@users.noreply.github.com>
Sun, 26 Mar 2023 20:03:22 +0000 (16:03 -0400)
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
view/theme/frio/js/hovercard.js
view/theme/frio/js/theme.js

index 0dff6175982c761c9a606553c1947f3579a2494b..be150fd8d18a23e175fd7d23489db66946f3bffc 100644 (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
index b4b8e5dc34b753a1b0d6a1d28630eea08c8d4ed0..505a17529483a408d5daf26a9f06b5207ff82de5 100644 (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.