General improvements

This commit is contained in:
2017-06-20 14:16:23 +02:00
parent 009c73629f
commit 877b2433e4
11 changed files with 68 additions and 9 deletions

View File

@ -55,7 +55,7 @@ export class Application {
this.currentPath = url
// Start sending a network request
let request = this.get("/_" + url)
let request = this.get("/_" + url).catch(error => error)
let onTransitionEnd = e => {
// Ignore transitions of child elements.