fix reload
This commit is contained in:
parent
e0a365b612
commit
e896275724
4
main.js
4
main.js
|
@ -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)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue