using env vars for some comfy defaults for development

This commit is contained in:
shockrah
2021-02-12 15:50:05 -08:00
parent 4323156242
commit 6904e8eb26
3 changed files with 11 additions and 2 deletions

View File

@@ -45,8 +45,8 @@ exports.build_server_list = function (config, dom_id) {
'classList': ['btn', 'btn-outline-secondary', 'btn-nav-settings'],
'textContent': server['name'],
'type': 'button',
'onClick': channels.get_channels(server)
})
child.addEventListener('click', () => channels.get_channels(server))
container.appendChild(child)
}