Remove fade animation for non mobile browsers

This commit is contained in:
RainLoop Team 2013-12-29 16:15:03 +04:00
parent 04932fce63
commit 3c93879802
18 changed files with 55 additions and 55 deletions

View file

@ -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 () {