mirror of
https://github.com/the-djmaze/snappymail.git
synced 2025-01-27 09:08:26 +08:00
Fix the broken route
This commit is contained in:
parent
28fb9a4cbd
commit
95e88af017
1 changed files with 1 additions and 1 deletions
2
dev/bootstrap.js
vendored
2
dev/bootstrap.js
vendored
|
@ -61,7 +61,7 @@ export default (App) => {
|
|||
rl.route.off();
|
||||
},
|
||||
reload: () => {
|
||||
rl.root();
|
||||
rl.route.root();
|
||||
setTimeout(() => (rl.settings.app('inIframe') ? parent : window).location.reload(), 100);
|
||||
},
|
||||
off: () => hasher.changed.active = false,
|
||||
|
|
Loading…
Reference in a new issue