Update ckeditor

Avoid empty commands
Small fixes
This commit is contained in:
RainLoop Team 2016-09-01 23:41:36 +03:00
parent 969f15dd6b
commit a60ffc06e1
167 changed files with 12173 additions and 12278 deletions

3
dev/External/ko.js vendored
View file

@ -131,9 +131,8 @@ ko.bindingHandlers.pikaday = {
ko.bindingHandlers.visibleAnimated = {
init: (element, fValueAccessor) => {
const $el = $(element);
$el.addClass('rl-animated-visible');
if (ko.unwrap(fValueAccessor())) {
$el.how();
$el.show();
} else {
$el.hide();
}