mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-31 21:19:21 +03:00
Replace some data-bind="click: function(){} with object functions to prevent eval()
This commit is contained in:
parent
95808ba377
commit
0d6499702d
17 changed files with 53 additions and 16 deletions
|
|
@ -33,6 +33,10 @@ export class AdminLoginView extends AbstractViewLogin {
|
|||
});
|
||||
}
|
||||
|
||||
hideError() {
|
||||
this.submitError('');
|
||||
}
|
||||
|
||||
submitCommand(self, event) {
|
||||
let form = event.target.form,
|
||||
data = new FormData(form),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue