Merge branch 'main', commit 'refs/pull/28/head' of https://github.com/MathMan05/JankClient
This commit is contained in:
commit
338b12a7e1
4 changed files with 300 additions and 13 deletions
|
@ -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(){
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue