Fix the broken route

This commit is contained in:
djmaze 2020-09-16 23:28:29 +02:00
parent 28fb9a4cbd
commit 95e88af017

2
dev/bootstrap.js vendored
View file

@ -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,