Mobile layout

This commit is contained in:
2017-07-19 16:56:02 +02:00
parent 39e6853d7d
commit 6fbe6a34ab
8 changed files with 122 additions and 18 deletions

View File

@ -160,7 +160,10 @@ export class Application {
let url = this.getAttribute("href")
e.preventDefault()
e.stopPropagation()
// if(this.dataset.bubble !== "true") {
// e.stopPropagation()
// }
if(!url || url === self.currentPath)
return