readded hold-transition remove in Layout.js

This commit is contained in:
REJack
2019-09-09 14:27:58 +02:00
parent 4453262bb0
commit 7d35fb3b3e

View File

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