Add basic deadline to sections index
This commit is contained in:
parent
782355322e
commit
f4106b9fb6
15 changed files with 175 additions and 1 deletions
|
@ -5,6 +5,7 @@ import initPoliticianQuestions from './politicians_answer.js'
|
|||
import initAcrosticQuestions from './acrostic_answer.js'
|
||||
import initConnectionsQuestions from './connections_answer.js'
|
||||
import initLyricsQuestions from './lyrics_answer.js'
|
||||
import initDeadlineDisplay from './deadline_display.js'
|
||||
|
||||
import { Sortable, Swap } from 'sortablejs'
|
||||
|
||||
|
@ -17,4 +18,5 @@ addEventListener("DOMContentLoaded", () => {
|
|||
initAcrosticQuestions()
|
||||
initConnectionsQuestions()
|
||||
initLyricsQuestions()
|
||||
initDeadlineDisplay()
|
||||
})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue