added settings modal for mail
This commit is contained in:
parent
dee531fd51
commit
559f6bed49
12 changed files with 695 additions and 202 deletions
|
@ -138,6 +138,9 @@ function setActiveTab(tabName){
|
|||
overlay('sendMessage')
|
||||
document.getElementById('inboxTab').click()
|
||||
break
|
||||
case 'settings':
|
||||
document.getElementById('settingsModal').classList.add('is-active')
|
||||
break
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue