mirror of
https://github.com/YGGverse/Yoda.git
synced 2025-01-15 17:20:08 +00:00
remove extra lines
This commit is contained in:
parent
9e136c40a0
commit
40c39c3474
@ -167,7 +167,6 @@ impl Page {
|
|||||||
self.meta.replace(Meta {
|
self.meta.replace(Meta {
|
||||||
status: Some(Status::Reload),
|
status: Some(Status::Reload),
|
||||||
title: Some(gformat!("Loading..")),
|
title: Some(gformat!("Loading..")),
|
||||||
//description: None,
|
|
||||||
});
|
});
|
||||||
|
|
||||||
self.action_update.activate(Some(&id));
|
self.action_update.activate(Some(&id));
|
||||||
@ -195,7 +194,6 @@ impl Page {
|
|||||||
self.meta.replace(Meta {
|
self.meta.replace(Meta {
|
||||||
status: Some(status),
|
status: Some(status),
|
||||||
title: Some(title),
|
title: Some(title),
|
||||||
//description: Some(description),
|
|
||||||
});
|
});
|
||||||
|
|
||||||
// Update window
|
// Update window
|
||||||
@ -472,7 +470,6 @@ impl Page {
|
|||||||
meta.replace(Meta {
|
meta.replace(Meta {
|
||||||
status: Some(status),
|
status: Some(status),
|
||||||
title: Some(title),
|
title: Some(title),
|
||||||
//description: Some(description),
|
|
||||||
});
|
});
|
||||||
|
|
||||||
// Update page
|
// Update page
|
||||||
@ -529,7 +526,6 @@ impl Page {
|
|||||||
meta.replace(Meta {
|
meta.replace(Meta {
|
||||||
status: Some(status),
|
status: Some(status),
|
||||||
title: Some(title),
|
title: Some(title),
|
||||||
//description: Some(description),
|
|
||||||
});
|
});
|
||||||
|
|
||||||
// Update window
|
// Update window
|
||||||
|
Loading…
x
Reference in New Issue
Block a user