mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-30 04:29:21 +03:00
Remove fade animation for non mobile browsers
This commit is contained in:
parent
04932fce63
commit
3c93879802
18 changed files with 55 additions and 55 deletions
|
|
@ -105,7 +105,7 @@ ko.bindingHandlers.onEsc = {
|
|||
|
||||
ko.bindingHandlers.modal = {
|
||||
'init': function (oElement, fValueAccessor) {
|
||||
$(oElement).modal({
|
||||
$(oElement).toggleClass('fade', !Globals.bMobileDevice) .modal({
|
||||
'keyboard': false,
|
||||
'show': ko.utils.unwrapObservable(fValueAccessor())
|
||||
}).on('hidden', function () {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue