From 46c7b1e034519cad5a2d87dbb60d08f446505b3f Mon Sep 17 00:00:00 2001 From: octospacc Date: Mon, 2 Oct 2023 23:21:33 +0200 Subject: [PATCH] fix --- Vodafone Station Revolution Web Hacks.user.js | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Vodafone Station Revolution Web Hacks.user.js b/Vodafone Station Revolution Web Hacks.user.js index 5d0ae49..016dd3b 100644 --- a/Vodafone Station Revolution Web Hacks.user.js +++ b/Vodafone Station Revolution Web Hacks.user.js @@ -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); };