From 6d8fb2eed74ffbc1a4cd0e67c3bc39c7caf0cd67 Mon Sep 17 00:00:00 2001 From: quenousimporte Date: Thu, 19 Oct 2023 12:33:17 +0200 Subject: [PATCH] added logs, removed dead code --- main.js | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/main.js b/main.js index d306220..196ba15 100644 --- a/main.js +++ b/main.js @@ -1156,6 +1156,10 @@ function remotecallfailed(error) console.warn(error); showtemporaryinfo("Error: " + error); } + else + { + console.warn("remotecallfailed without details"); + } } function gotoline(line) @@ -1289,11 +1293,6 @@ function initvault() currentvault = window.localStorage.getItem("vault") || "local"; } -function addfakehistory() -{ - history.pushState({}, '', '.'); -} - function init() { loadsettings();