From 7d35fb3b3e7c4c7d3ebd349a54a35cd81d77c3f1 Mon Sep 17 00:00:00 2001 From: REJack Date: Mon, 9 Sep 2019 14:27:58 +0200 Subject: [PATCH] readded hold-transition remove in Layout.js --- build/js/Layout.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build/js/Layout.js b/build/js/Layout.js index bfd67c051..956837160 100644 --- a/build/js/Layout.js +++ b/build/js/Layout.js @@ -106,6 +106,8 @@ const Layout = (($) => { }) $('body, html').css('height', 'auto') + + $('body.hold-transition').removeClass('hold-transition') } _max(numbers) {