Merge branch 'main', commit 'refs/pull/28/head' of https://github.com/MathMan05/JankClient

This commit is contained in:
MathMan05 2024-07-21 16:01:12 -05:00
commit 338b12a7e1
4 changed files with 300 additions and 13 deletions

View file

@ -187,6 +187,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(){