Sieve filters (interface/vacation action)

This commit is contained in:
RainLoop Team 2015-01-20 01:20:12 +04:00
parent 54edeaa645
commit 68cc322bd5
26 changed files with 235 additions and 104 deletions

4
dev/External/ko.js vendored
View file

@ -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);
});