From 70bf9cfdbb93ac0c770185934a4ccf91b46c8ae5 Mon Sep 17 00:00:00 2001 From: Michael Scherle Date: Wed, 22 Mar 2017 17:16:57 +0100 Subject: frontend fixed scrolling --- modules-available/locationinfo/frontend/doorsign.html | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'modules-available/locationinfo/frontend/doorsign.html') diff --git a/modules-available/locationinfo/frontend/doorsign.html b/modules-available/locationinfo/frontend/doorsign.html index cd800283..70d29823 100755 --- a/modules-available/locationinfo/frontend/doorsign.html +++ b/modules-available/locationinfo/frontend/doorsign.html @@ -933,15 +933,13 @@ optional: clientHeight = clientHeight - document.getElementById('header_' + room.id).clientHeight - document.getElementsByClassName("wc-time-column-header")[0].clientHeight -2; - if (roomsToshow > 1) { - clientHeight -= 5; - } + if (room.config.mode == 1 && room.config.vertical) { clientHeight = clientHeight * (room.config.scale / 100); clientHeight -= 22; } - + clientHeight -=5; var height = clientHeight / (room.openTimes * cal.weekCalendar("option", "timeslotsPerHour")); @@ -956,6 +954,7 @@ optional: cal.weekCalendar("updateFreeBusy", room.openingTimesCalendar); } cal.weekCalendar("resizeCalendar"); + cal.weekCalendar("scrollToHour"); } // used for countdown -- cgit v1.2.3-55-g7522