Explorar el Código

Update sys_info.htm

tags/6.2.0
llgoer hace 2 años
padre
commit
6cbd56308c
Se han modificado 1 ficheros con 4 adiciones y 2 borrados
  1. +4
    -2
      src/admin/templets/sys_info.htm

+ 4
- 2
src/admin/templets/sys_info.htm Ver fichero

@@ -23,8 +23,10 @@
function ShowConfig(em, allgr) {
if (searchconfig) location.reload();
for (var i = 1; i <= allgr; i++) {
if (i == em) $Obj('td' + i).style.display = (Nav() == 'IE' ? 'block' : 'table');
else $Obj('td' + i).style.display = 'none';
if ($Obj('td' + i)) {
if (i == em) $Obj('td' + i).style.display = (Nav() == 'IE' ? 'block' : 'table');
else $Obj('td' + i).style.display = 'none';
}
}
$Obj('addvar').style.display = 'none';
}


Cargando…
Cancelar
Guardar