From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Wed, 22 Mar 2023 04:08:26 +0000 (-0400) Subject: spelling: special X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=65d6e2f80f861b2aa3bced53e132ff0d2ddb25a4;p=friendica.git spelling: special Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- diff --git a/view/theme/frio/js/modal.js b/view/theme/frio/js/modal.js index 7cfc804761..f35469bd5b 100644 --- a/view/theme/frio/js/modal.js +++ b/view/theme/frio/js/modal.js @@ -190,7 +190,7 @@ function loadModalTitle() { // Get the text of the first element with "heading" class. title = $("#modal-body .heading").first().html(); - // for event modals we need some speacial handling + // for event modals we need some special handling if ($("#modal-body .event-wrapper .event-summary").length) { title = ' '; var eventsum = $("#modal-body .event-wrapper .event-summary").html();