From b9e8d38587c13acf3f212e32b980d0ebbb605fce Mon Sep 17 00:00:00 2001 From: Matthias Wirth Date: Thu, 16 May 2024 19:44:26 +0200 Subject: [PATCH] small fix --- html/script.js | 1 + 1 file changed, 1 insertion(+) diff --git a/html/script.js b/html/script.js index 7c26138..0aee1ba 100644 --- a/html/script.js +++ b/html/script.js @@ -7926,6 +7926,7 @@ function refreshHistory() { //console.log(chunkNames); nHistoryItems = chunkNames.length; get_history(); + push_history(); } catch (e) { console.error(e); noLongerHidden();