.
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Captain ALM 2022-08-17 22:02:23 +01:00
parent e926a50fb0
commit d1080bce5b
Signed by: alfred
GPG Key ID: 4E4ADD02609997B1

View File

@ -310,11 +310,11 @@ function PerformNavResize() {
if (ht && ht.length > 0) {ww = ht[0].clientWidth;}
}
if (ww > 0) {
var maxbarsz = ww - 324;
var maxbarsz = ww - 325;
var men = document.getElementById("menu")
var vmen = document.getElementById("vmenu")
if (men && vmen) {
if (ww > 678) {
if (ww > 679) {
while (vmen.childNodes.length > 0) {InsertBefore(men, vmen.removeChild(vmen.childNodes[vmen.childNodes.length - 1]));}
} else {
var vmeni