1
0
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:
Daniel Waxweiler
2022-06-06 12:51:14 +02:00
parent c4c3b11baf
commit 68bb45b9a4
5 changed files with 7 additions and 7 deletions

View File

@ -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