Update index.html

This commit is contained in:
Klemek
2024-10-28 22:50:49 +01:00
parent c53a4f1a19
commit dd52c8e8d8
+1 -1
View File
@@ -26,7 +26,7 @@
<li>End estimated at: <b>{{ timeText(estimatedEnd) }}</b></li> <li>End estimated at: <b>{{ timeText(estimatedEnd) }}</b></li>
<li>Total meeting time: <b>{{ timeText(totalTime) }}</b></li> <li>Total meeting time: <b>{{ timeText(totalTime) }}</b></li>
<li> <li>
<label for="wheighted">Wheighted topics</label>&nbsp;<input <label for="wheighted">Weighted topics</label>&nbsp;<input
id="wheighted" id="wheighted"
v-model="wheighted" v-model="wheighted"
type="checkbox" type="checkbox"