diff options
| author | metamuffin <metamuffin@disroot.org> | 2023-09-08 19:22:31 +0200 | 
|---|---|---|
| committer | metamuffin <metamuffin@disroot.org> | 2023-09-08 19:22:31 +0200 | 
| commit | 5ad932401d6949e4234e2a926b9b2323b06b324d (patch) | |
| tree | 1081d4406d301f68d15d55bed96eb1287a63ad70 /client-web/public/start.html | |
| parent | 0d2f2886e8226db2fdaa42e0046ca5fbaa584356 (diff) | |
| download | keks-meet-5ad932401d6949e4234e2a926b9b2323b06b324d.tar keks-meet-5ad932401d6949e4234e2a926b9b2323b06b324d.tar.bz2 keks-meet-5ad932401d6949e4234e2a926b9b2323b06b324d.tar.zst | |
fix audio-active
Diffstat (limited to 'client-web/public/start.html')
| -rw-r--r-- | client-web/public/start.html | 13 | 
1 files changed, 11 insertions, 2 deletions
| diff --git a/client-web/public/start.html b/client-web/public/start.html index 27f57c0..f5b8f3b 100644 --- a/client-web/public/start.html +++ b/client-web/public/start.html @@ -46,13 +46,22 @@                              "Strawberry",                              "Raspberry",                              "Blueberry", -                            "Choclate", +                            "Chocolate",                              "Vanilla",                              "Potato",                              "Tomato",                              "Lemon", +                            "Apple", +                        ], +                        [ +                            "Muffin", +                            "Pie", +                            "Cupcake", +                            "Sandwish", +                            "Cake", +                            "Crépe", +                            "Pancake",                          ], -                        ["Muffin", "Pie", "Cupcake", "Sandwish", "Cake"],                      ];                      return frags                          .map((f) => f[Math.floor(Math.random() * f.length)]) | 
