spelling: special
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
@@ -190,7 +190,7 @@ function loadModalTitle() {
|
|||||||
// Get the text of the first element with "heading" class.
|
// Get the text of the first element with "heading" class.
|
||||||
title = $("#modal-body .heading").first().html();
|
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) {
|
if ($("#modal-body .event-wrapper .event-summary").length) {
|
||||||
title = '<i class="fa fa-calendar" aria-hidden="true"></i> ';
|
title = '<i class="fa fa-calendar" aria-hidden="true"></i> ';
|
||||||
var eventsum = $("#modal-body .event-wrapper .event-summary").html();
|
var eventsum = $("#modal-body .event-wrapper .event-summary").html();
|
||||||
|
|||||||
Reference in New Issue
Block a user