mirror of
https://github.com/friendica/friendica
synced 2025-04-26 22:30:18 +00:00
spelling: the
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
parent
9cc37d5541
commit
c6a9e8be39
14 changed files with 17 additions and 17 deletions
|
@ -266,9 +266,9 @@ function eventHoverHtmlContent(event) {
|
|||
// Get only template data if there exists location data
|
||||
if (event.location) {
|
||||
var eventLocationText = htmlToText(event.location);
|
||||
// Get the the html template for formatting the location
|
||||
// Get the html template for formatting the location
|
||||
var eventLocationTemplate = eventHoverLocationTemplate();
|
||||
// Format the event location data according to the the event location
|
||||
// Format the event location data according to the event location
|
||||
// template
|
||||
eventLocation = eventLocationTemplate.format(eventLocationText);
|
||||
}
|
||||
|
@ -295,7 +295,7 @@ function eventHoverHtmlContent(event) {
|
|||
return formatted;
|
||||
}
|
||||
|
||||
// transform the the list view event element into formatted html
|
||||
// transform the list view event element into formatted html
|
||||
function formatListViewEvent(event) {
|
||||
// The basic template for list view
|
||||
var template =
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue