fix reload

This commit is contained in:
quenousimporte 2024-02-15 22:39:50 +01:00
parent e0a365b612
commit e896275724
1 changed files with 2 additions and 2 deletions

View File

@ -1191,10 +1191,10 @@ function loadstorage()
} }
var title = params.get("n") || params.get("name"); var title = params.get("n") || params.get("name");
if (document.title.value) if (window.title.value)
{ {
// reload current // reload current
loadnote(document.title.value); loadnote(window.title.value);
} }
else if (title) else if (title)
{ {