mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-02 01:25:27 +00:00
refresh navbar on page update
This commit is contained in:
parent
1389769346
commit
3432a86c1b
1 changed files with 3 additions and 0 deletions
|
|
@ -134,6 +134,9 @@ class Page
|
||||||
_('Loading...')
|
_('Loading...')
|
||||||
);
|
);
|
||||||
|
|
||||||
|
// Refresh navbar
|
||||||
|
$this->navbar->refresh();
|
||||||
|
|
||||||
// Show progressbar
|
// Show progressbar
|
||||||
$this->progressbar->infinitive();
|
$this->progressbar->infinitive();
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue