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:
@ -19,7 +19,7 @@ function loadEventLists() {
|
||||
}
|
||||
|
||||
export function loadEventList(container) {
|
||||
const url = SETTINGS.url + URL_SUFFIX
|
||||
const url = MOBILIZON_CONNECTOR.url + URL_SUFFIX
|
||||
const limit = parseInt(container.getAttribute('data-maximum'))
|
||||
const groupName = container.getAttribute('data-group-name')
|
||||
clearEventsList(container)
|
||||
|
Reference in New Issue
Block a user