fix open note by url

This commit is contained in:
quenousimporte 2024-02-15 10:06:23 +01:00
parent 5a30250932
commit d838294ddd
1 changed files with 4 additions and 0 deletions

View File

@ -1164,6 +1164,10 @@ function loadstorage()
// reload current
loadnote(window.title.value);
}
else if (title)
{
loadnote(title);
}
else
{
loadlast();