This commit is contained in:
octospacc 2023-10-02 23:21:33 +02:00
parent 0728ad61ff
commit 46c7b1e034
1 changed files with 1 additions and 3 deletions

View File

@ -82,9 +82,7 @@ if (IsPageAllowed) {
function OpenLogs() {
setTimeout(function(){
location.hash = '#cat=status-and-support_event-log';
WaitElClick('#navigator *[navi-value="sysLog"] a', function(){
AfterCmd();
});
AfterCmd();
}, 1500);
};