From 65d6e2f80f861b2aa3bced53e132ff0d2ddb25a4 Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Wed, 22 Mar 2023 00:08:26 -0400 Subject: [PATCH] spelling: special Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- view/theme/frio/js/modal.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(); -- 2.39.5