From 0791242494109397c4d924fbf812cc49b50eb91c Mon Sep 17 00:00:00 2001 From: yflory Date: Wed, 20 Mar 2024 12:19:08 +0100 Subject: [PATCH] Fix hiding support message after merge with other branches --- www/support/ui.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/support/ui.js b/www/support/ui.js index bada3054b..5afd2db99 100644 --- a/www/support/ui.js +++ b/www/support/ui.js @@ -449,7 +449,7 @@ define([ if (typeof(cb) === "function") { cb(); } }); }; - Util.onClickEnter($show, adminOpen); + Util.onClickEnter($show, () => { adminOpen(); }); if (!onShow) { show = undefined; } // Move active/pending