mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-01 17:15:28 +00:00
remove extra reload action
This commit is contained in:
parent
17985d9a7b
commit
85735d33e2
2 changed files with 1 additions and 7 deletions
|
|
@ -144,12 +144,6 @@ impl Page {
|
|||
}
|
||||
}
|
||||
|
||||
/// Used as API for external reload actions
|
||||
/// * this method record history to memory buffer by default
|
||||
pub fn reload(&self) {
|
||||
self.load(true);
|
||||
}
|
||||
|
||||
/// Main loader for different protocols, that routed by scheme
|
||||
/// * every protocol has it own (children) method implementation
|
||||
pub fn load(&self, is_history: bool) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue