mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-07-13 03:27:39 +03: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();
|
rl.route.off();
|
||||||
},
|
},
|
||||||
reload: () => {
|
reload: () => {
|
||||||
rl.root();
|
rl.route.root();
|
||||||
setTimeout(() => (rl.settings.app('inIframe') ? parent : window).location.reload(), 100);
|
setTimeout(() => (rl.settings.app('inIframe') ? parent : window).location.reload(), 100);
|
||||||
},
|
},
|
||||||
off: () => hasher.changed.active = false,
|
off: () => hasher.changed.active = false,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue