Explorar el Código

Update admin.main.js

tags/6.5.6
叙述、别离 hace 3 días
padre
commit
11e8a6b8eb
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      src/static/web/js/admin.main.js

+ 1
- 1
src/static/web/js/admin.main.js Ver fichero

@@ -118,7 +118,7 @@ function ChangeFullDiv(showhide, screenheigt) {
newobj.id = "fullpagediv";
newobj.style.position = "absolute";
newobj.className = "fullpagediv";
//newobj.style.height = document.body.clientHeight + 50 + "px";
newobj.style.height = document.body.clientHeight + "px";
document.body.appendChild(newobj);
} else {
newobj.style.display = "block";


Cargando…
Cancelar
Guardar