ee
This commit is contained in:
parent
a39fbeb826
commit
5f95e0a4cd
1 changed files with 2 additions and 0 deletions
|
@ -969,6 +969,8 @@ function updateNextActivity() {
|
|||
return new Date(prev.start) < new Date(curr.start) ? prev : curr;
|
||||
});
|
||||
|
||||
$(["#activite-title","#activite-desc","#activite-place"]).text('');
|
||||
|
||||
var opt = {speed: 100};
|
||||
new TypeIt("#activite-title", opt)
|
||||
.type(next_acti.title)
|
||||
|
|
Loading…
Reference in a new issue