Code: Select all
function visi(event) {
if (nuIsHidden('dia_sh_m')==false) {
nuHide('dia_sh_m');
nuShow('dia_sh_m1');
}else {
nuHide('dia_sh_m1');
nuShow('dia_sh_m');
}
}
Code: Select all
nucommon.js?ts=20240401105906:1311 Uncaught TypeError: Cannot read properties of undefined (reading 'id')
at nuShow (nucommon.js?ts=20240401105906:1311:73)
at visi (<anonymous>:23:9)
at HTMLButtonElement.onclick (index.php:1:37)