mirror of
https://github.com/friendica/friendica
synced 2024-11-17 22:23:41 +00:00
spelling: special
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
parent
4e2ef78357
commit
65d6e2f80f
1 changed files with 1 additions and 1 deletions
|
@ -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> ';
|
||||
var eventsum = $("#modal-body .event-wrapper .event-summary").html();
|
||||
|
|
Loading…
Reference in a new issue