mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-29 20:19:22 +03:00
Remove use of $.error in jquery-ui
This commit is contained in:
parent
e1b274fcb4
commit
ae1b7610fd
3 changed files with 12 additions and 13 deletions
|
|
@ -121,7 +121,6 @@ class AdvancedSearchPopupView extends AbstractViewNext {
|
|||
if (-1 < this.selectedDateValue()) {
|
||||
let d = new Date(), pad2 = v => 10 > v ? '0' + v : v;
|
||||
d.setDate(d.getDate() - this.selectedDateValue());
|
||||
// d.format('Y.m.d');
|
||||
result.push('date:' + d.getFullYear()+'.'+pad2(d.getMonth()+1)+'.'+pad2(d.getDate()) + '/');
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue