mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-03-31 16:45:27 +00:00
reset title on page reload
This commit is contained in:
parent
464fc1ab63
commit
11b9dc94d3
1 changed files with 1 additions and 0 deletions
|
|
@ -94,6 +94,7 @@ impl Page {
|
||||||
|
|
||||||
// Update
|
// Update
|
||||||
meta.borrow_mut().mime = Mime::Undefined;
|
meta.borrow_mut().mime = Mime::Undefined;
|
||||||
|
meta.borrow_mut().title = gformat!("Loading..");
|
||||||
meta.borrow_mut().description = gformat!("Loading..");
|
meta.borrow_mut().description = gformat!("Loading..");
|
||||||
meta.borrow_mut().progress_fraction = 0.0;
|
meta.borrow_mut().progress_fraction = 0.0;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue