This commit is contained in:
parent
e926a50fb0
commit
d1080bce5b
4
index.js
4
index.js
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user