feathermost/main.js

9 lines
173 B
JavaScript
Raw Normal View History

2020-03-25 16:05:25 +00:00
"use strict";
2020-03-24 21:47:39 +00:00
2020-03-31 10:09:33 +00:00
byId("login_button").addEventListener("click", logIn);
2020-03-29 16:54:49 +00:00
updateComposeHeight();
2020-03-30 15:12:07 +00:00
checkScrolledToBottom();
2020-03-31 10:09:33 +00:00
populateServerSelectionList();
populateChannelList();