From d1f497916ec51394e7223ba15db3b3af32ec46f5 Mon Sep 17 00:00:00 2001 From: Audrey Date: Thu, 23 Jun 2022 18:49:25 +0200 Subject: [PATCH] Avoid the "appologies" message --- FL_enhancer.user.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FL_enhancer.user.js b/FL_enhancer.user.js index f5af0c3..bf120c1 100644 --- a/FL_enhancer.user.js +++ b/FL_enhancer.user.js @@ -251,7 +251,7 @@ function display_stats_progress() { function common() { // Remove the FL banner to avoid useless scrolling - cleanup(); + // cleanup(); // Display CP and number of points required for the next level near the progress bar display_stats_progress();