mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-03-31 16:45:27 +00:00
remove extra lines
This commit is contained in:
parent
9e136c40a0
commit
40c39c3474
1 changed files with 0 additions and 4 deletions
|
|
@ -167,7 +167,6 @@ impl Page {
|
|||
self.meta.replace(Meta {
|
||||
status: Some(Status::Reload),
|
||||
title: Some(gformat!("Loading..")),
|
||||
//description: None,
|
||||
});
|
||||
|
||||
self.action_update.activate(Some(&id));
|
||||
|
|
@ -195,7 +194,6 @@ impl Page {
|
|||
self.meta.replace(Meta {
|
||||
status: Some(status),
|
||||
title: Some(title),
|
||||
//description: Some(description),
|
||||
});
|
||||
|
||||
// Update window
|
||||
|
|
@ -472,7 +470,6 @@ impl Page {
|
|||
meta.replace(Meta {
|
||||
status: Some(status),
|
||||
title: Some(title),
|
||||
//description: Some(description),
|
||||
});
|
||||
|
||||
// Update page
|
||||
|
|
@ -529,7 +526,6 @@ impl Page {
|
|||
meta.replace(Meta {
|
||||
status: Some(status),
|
||||
title: Some(title),
|
||||
//description: Some(description),
|
||||
});
|
||||
|
||||
// Update window
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue