mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-31 13:09:21 +03:00
Cleanup more HTML and CSS
This commit is contained in:
parent
e105ecdf1b
commit
371b23a2f3
22 changed files with 306 additions and 435 deletions
|
|
@ -86,10 +86,10 @@ export class AccountsUserSettings {
|
|||
|
||||
onBuild(oDom) {
|
||||
oDom.addEventListener('click', event => {
|
||||
let el = event.target.closestWithin('.accounts-list .account-item .e-action', oDom);
|
||||
let el = event.target.closestWithin('.accounts-list .e-action', oDom);
|
||||
el && ko.dataFor(el) && this.editAccount(ko.dataFor(el));
|
||||
|
||||
el = event.target.closestWithin('.identities-list .identity-item .e-action', oDom);
|
||||
el = event.target.closestWithin('.identities-list .e-action', oDom);
|
||||
el && ko.dataFor(el) && this.editIdentity(ko.dataFor(el));
|
||||
});
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue