turn off scheduler
This commit is contained in:
parent
04c54e6a37
commit
e6f4fdde99
@ -18,7 +18,7 @@
|
||||
<p>This text is available both <a href="https://www.marxists.org/archive/lenin/works/1913/mar/x01.htm" target="_blank">as text at MIA</a> and <a href="https://www.youtube.com/watch?v=MOAII71GaFY" target="_blank">as audiobook by Socialism For All</a>.</p>
|
||||
<p>The work can be read in 20 minutes. The plan is to start the event 20 minutes <b>before</b> the announced time, to give people time to read the work, if they haven't already. Then <b>at</b> the announced time, the presentation/discussion will start. I will go through what I think are the main points, and we will use this presentation as foundation for discussion.</p>
|
||||
<p>I may put some notes here afterwards...</p>
|
||||
<h1>Scheduler</h1>
|
||||
<!--<h1>Scheduler</h1>
|
||||
<div id="scheduler">
|
||||
<p>
|
||||
Select as many options as possible. I will try and find the
|
||||
@ -51,7 +51,7 @@
|
||||
<input type="submit" value="Submit">
|
||||
</div>
|
||||
</form>
|
||||
</div>
|
||||
</div>-->
|
||||
</main>
|
||||
<script></script>
|
||||
</body>
|
||||
|
@ -85,6 +85,7 @@ async function makeScheduleTable() {
|
||||
scheduleTable.innerHTML = tableHtml;
|
||||
}
|
||||
|
||||
function initScheduler() {
|
||||
scheduleForm.onsubmit = async (ev) => {
|
||||
ev.preventDefault();
|
||||
const formdata = new FormData(ev.target);
|
||||
@ -114,3 +115,8 @@ scheduleForm.onsubmit = async (ev) => {
|
||||
};
|
||||
|
||||
makeScheduleTable();
|
||||
}
|
||||
|
||||
if (scheduleTable !== null && scheduleForm !== null) {
|
||||
initScheduler();
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user