mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-27 19:19:21 +03:00
Remove rl-anim feature and use no-mobile
This commit is contained in:
parent
1e0586f124
commit
d5665463fe
4 changed files with 8 additions and 25 deletions
2
dev/External/ko.js
vendored
2
dev/External/ko.js
vendored
|
|
@ -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);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue