Merge branch 'main' into refactor/byline

This commit is contained in:
quenousimporte 2023-10-19 13:30:11 +02:00
commit 17a34a081a
1 changed files with 4 additions and 5 deletions

View File

@ -1157,6 +1157,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();