mirror of
https://github.com/dwaxweiler/connector-mobilizon
synced 2025-06-05 21:59:25 +02:00
use different global object name
This commit is contained in:
@ -9,10 +9,10 @@ export function clearEventsList(container) {
|
||||
export function displayEvents({ data, document, container }) {
|
||||
hideLoadingIndicator(container)
|
||||
|
||||
const isShortOffsetNameShown = SETTINGS.isShortOffsetNameShown
|
||||
const locale = SETTINGS.locale
|
||||
const isShortOffsetNameShown = MOBILIZON_CONNECTOR.isShortOffsetNameShown
|
||||
const locale = MOBILIZON_CONNECTOR.locale
|
||||
const maxEventsCount = container.getAttribute('data-maximum')
|
||||
const timeZone = SETTINGS.timeZone
|
||||
const timeZone = MOBILIZON_CONNECTOR.timeZone
|
||||
|
||||
const events = data.events
|
||||
? data.events.elements
|
||||
|
Reference in New Issue
Block a user