1
0
mirror of https://github.com/2ec0b4/kaamelott-soundboard.git synced 2025-12-09 16:05:35 +00:00

Proto bouton aléatoire

This commit is contained in:
Thomas Graviou
2019-10-16 11:28:49 +02:00
parent dc41717ed4
commit 0261f2b86b
6 changed files with 43 additions and 1 deletions

View File

@@ -43,7 +43,7 @@ define("app", function(require) {
},
changeUrl: function(slug) {
this.router.navigate("son/"+slug);
this.router.navigate("son/"+slug, {trigger: true});
},
showRegion: function showRegion(params) {