readded hold-transition remove in Layout.js

pull/2256/head
REJack 2019-09-09 14:27:58 +02:00
parent 4453262bb0
commit 7d35fb3b3e
No known key found for this signature in database
GPG Key ID: 9F3976CC630CC888
1 changed files with 2 additions and 0 deletions

View File

@ -106,6 +106,8 @@ const Layout = (($) => {
})
$('body, html').css('height', 'auto')
$('body.hold-transition').removeClass('hold-transition')
}
_max(numbers) {