This commit is contained in:
MathMan05 2024-07-21 16:03:48 -05:00
parent 338b12a7e1
commit b6804c643a
3 changed files with 248 additions and 1 deletions

View file

@ -168,6 +168,14 @@ function userSettings() {
thisuser.usersettings.show();
}
document.getElementById("settings").onclick = userSettings;
function userConnections() {
thisuser.userConnections.show();
}
document.getElementById("connections").onclick = userConnections;
function devPortal() {
thisuser.devPortal.show();
}
document.getElementById("dev-portal").onclick = devPortal;
if (mobile) {
document.getElementById("channelw").onclick = function () {
document.getElementById("channels").parentNode.classList.add("collapse");