From 6cb1020a9cdd0fb200ee733a7b9cc3f7ba6b430a Mon Sep 17 00:00:00 2001 From: MrFry Date: Sat, 7 Mar 2020 15:14:49 +0100 Subject: [PATCH] Removed show help onclick event from greet message --- stable.user.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stable.user.js b/stable.user.js index f3557cd..dca7b7d 100755 --- a/stable.user.js +++ b/stable.user.js @@ -798,7 +798,7 @@ ShowMessage({ m: greetMsg, isSimple: true - }, timeout, ShowHelp) // showing message. If "m" is empty it wont show it, thats how showSplash works. + }, timeout) // showing message. If "m" is empty it wont show it, thats how showSplash works. } // : }}}