This commit is contained in:
parent
7d9b70bedc
commit
9ec821fb60
1 changed files with 1 additions and 1 deletions
|
@ -364,4 +364,4 @@ const quotes = [
|
|||
"How is it in London?",
|
||||
"You could be the one that I keep"
|
||||
];
|
||||
$('#quote-text').html(`🎵 <em>${quotes[Math.floor(Math.random() * quotes.length)]}</em>`);
|
||||
$('#quote-text').html(`🎵 <em>${quotes[Math.floor(Math.random() * quotes.length)]}</em>`);
|
Loading…
Reference in a new issue