feathermost/main.js

9 lines
173 B
JavaScript

"use strict";
byId("login_button").addEventListener("click", logIn);
updateComposeHeight();
checkScrolledToBottom();
populateServerSelectionList();
populateChannelList();