mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-01 17:15:28 +00:00
remove extra conversion
This commit is contained in:
parent
2962049926
commit
63b6776d5f
1 changed files with 3 additions and 3 deletions
|
|
@ -234,14 +234,14 @@ impl Page {
|
|||
"titan" => {
|
||||
// Format response
|
||||
let status = Status::Input;
|
||||
let title = gformat!("Titan input");
|
||||
let title = "Titan input";
|
||||
|
||||
// Toggle input form
|
||||
self.input
|
||||
.set_new_titan(&self.tab_action, &uri, Some(&title));
|
||||
.set_new_titan(&self.tab_action, &uri, Some(title));
|
||||
|
||||
// Update meta
|
||||
self.meta.set_status(status).set_title(&title);
|
||||
self.meta.set_status(status).set_title(title);
|
||||
|
||||
// Update page
|
||||
self.browser_action.update.activate(Some(&self.id));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue