Open log window with dynamic size

This commit is contained in:
bergware
2021-12-22 14:56:50 +01:00
parent 108a9d0930
commit cd3ad44f0c

View File

@@ -17,6 +17,6 @@ Code="e936"
?>
<script>
function LogButton() {
openTerminal('syslog','syslog','',600,900);
openTerminal('syslog','syslog','',screen.availHeight/2,screen.availWidth/2);
}
</script>