changes
This commit is contained in:
parent
338b12a7e1
commit
b6804c643a
3 changed files with 248 additions and 1 deletions
|
@ -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");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue