compiled JS
This commit is contained in:
parent
2c068a7978
commit
ebce7c0099
5 changed files with 161 additions and 111 deletions
|
@ -175,14 +175,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 () {
|
||||
document.getElementById("channels").parentNode.classList.add("collapse");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue