spelling: special

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
Josh Soref 2023-03-22 00:08:26 -04:00
parent 4e2ef78357
commit 65d6e2f80f
1 changed files with 1 additions and 1 deletions

View File

@ -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 = '<i class="fa fa-calendar" aria-hidden="true"></i>&nbsp;';
var eventsum = $("#modal-body .event-wrapper .event-summary").html();