MatteoScript commited on
Commit
5a41a7e
·
verified ·
1 Parent(s): b228270

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +1 -12
index.html CHANGED
@@ -518,18 +518,7 @@
518
  <script>
519
  const DATA_URL = "https://docs.google.com/spreadsheets/d/e/2PACX-1vTfZi-c3ZoLv0pHDNqK64NzBISDsNy3cF2qf-ZD02yYuURljcDVNPNXsvfWcN5oGQ/pub?output=csv";
520
 
521
- const SAMPLE_CSV = `
522
- Nome Cognome,Nome del tavolo
523
- Gaia Pollastrini,Cala Matano
524
- Luca Bianchi,Cala Tramontana
525
- Sara Conti,Cala Spido
526
- Marco De Santis,Cala Zio Cesare
527
- Elena Ferri,Cala degli Inglesi
528
- Davide Greco,Cala Tonda
529
- Chiara Romano,Cala dei Benedettini
530
- Alessandro Rinaldi,Cala Pietre di Fucile
531
- Martina Esposito,Cala Sorrentino
532
- `;
533
 
534
  const els = {
535
  input: document.getElementById("guestName"),
 
518
  <script>
519
  const DATA_URL = "https://docs.google.com/spreadsheets/d/e/2PACX-1vTfZi-c3ZoLv0pHDNqK64NzBISDsNy3cF2qf-ZD02yYuURljcDVNPNXsvfWcN5oGQ/pub?output=csv";
520
 
521
+ const SAMPLE_CSV = ``;
 
 
 
 
 
 
 
 
 
 
 
522
 
523
  const els = {
524
  input: document.getElementById("guestName"),