move connections + dev portal to user settings
This commit is contained in:
parent
8c39561906
commit
f8b4d12476
4 changed files with 44 additions and 77 deletions
|
@ -194,14 +194,6 @@ function userSettings(){
|
|||
thisuser.showusersettings();
|
||||
}
|
||||
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