mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-04 15:07:02 +03:00
hasher.changed.* to hasher.*
This commit is contained in:
parent
d536b5eeee
commit
5f21fcc100
3 changed files with 12 additions and 16 deletions
|
|
@ -303,7 +303,7 @@ export function startScreens(screensClasses) {
|
|||
const cross = new Crossroads();
|
||||
cross.addRoute(/^([a-zA-Z0-9-]*)\/?(.*)$/, screenOnRoute);
|
||||
|
||||
hasher.changed.add(cross.parse.bind(cross));
|
||||
hasher.add(cross.parse.bind(cross));
|
||||
hasher.init();
|
||||
|
||||
setTimeout(() => $htmlCL.remove('rl-started-trigger'), 100);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue