mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-03-31 16:45:27 +00:00
add comments
This commit is contained in:
parent
fccc40cf66
commit
7c283e7634
1 changed files with 2 additions and 0 deletions
|
|
@ -73,6 +73,7 @@ class Tab
|
|||
0
|
||||
);
|
||||
|
||||
// Init listeners
|
||||
$this->navigation->address->entry->connect(
|
||||
'activate',
|
||||
function ($entry)
|
||||
|
|
@ -106,6 +107,7 @@ class Tab
|
|||
// @TODO home, back, forward buttons
|
||||
}
|
||||
|
||||
// Actions
|
||||
public function navigate(string $url)
|
||||
{
|
||||
global $config;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue