Remove rl-anim feature and use no-mobile

This commit is contained in:
djmaze 2020-08-24 18:53:47 +02:00
parent 1e0586f124
commit d5665463fe
4 changed files with 8 additions and 25 deletions

2
dev/External/ko.js vendored
View file

@ -201,7 +201,7 @@ ko.bindingHandlers.modal = {
$(element).modal(ko.unwrap(fValueAccessor()) ? 'show' : 'hide');
if (Globals.$htmlCL.contains('rl-anim')) {
if (Globals.$htmlCL.contains('no-mobile')) {
Globals.$htmlCL.add('rl-modal-animation');
setTimeout(() => Globals.$htmlCL.remove('rl-modal-animation'), 500);
}