mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-01 05:29:20 +03:00
Sieve filters (interface/vacation action)
This commit is contained in:
parent
54edeaa645
commit
68cc322bd5
26 changed files with 235 additions and 104 deletions
4
dev/External/ko.js
vendored
4
dev/External/ko.js
vendored
|
|
@ -266,9 +266,7 @@
|
|||
'keyboard': false,
|
||||
'show': ko.unwrap(fValueAccessor())
|
||||
})
|
||||
.on('shown.koModal', function () {
|
||||
Utils.windowResize();
|
||||
})
|
||||
.on('shown.koModal', Utils.windowResizeCallback)
|
||||
.find('.close').on('click.koModal', function () {
|
||||
fValueAccessor()(false);
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue