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); };