added logs, removed dead code
This commit is contained in:
parent
1d4e30ead9
commit
6d8fb2eed7
9
main.js
9
main.js
|
@ -1156,6 +1156,10 @@ function remotecallfailed(error)
|
||||||
console.warn(error);
|
console.warn(error);
|
||||||
showtemporaryinfo("Error: " + error);
|
showtemporaryinfo("Error: " + error);
|
||||||
}
|
}
|
||||||
|
else
|
||||||
|
{
|
||||||
|
console.warn("remotecallfailed without details");
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
function gotoline(line)
|
function gotoline(line)
|
||||||
|
@ -1289,11 +1293,6 @@ function initvault()
|
||||||
currentvault = window.localStorage.getItem("vault") || "local";
|
currentvault = window.localStorage.getItem("vault") || "local";
|
||||||
}
|
}
|
||||||
|
|
||||||
function addfakehistory()
|
|
||||||
{
|
|
||||||
history.pushState({}, '', '.');
|
|
||||||
}
|
|
||||||
|
|
||||||
function init()
|
function init()
|
||||||
{
|
{
|
||||||
loadsettings();
|
loadsettings();
|
||||||
|
|
Loading…
Reference in New Issue