e-valuation / EvaP

a university course evaluation system written in Python using Django
Other
96 stars 146 forks source link

replace last jquery with plain browser api #2222

Closed Kakadus closed 2 weeks ago

Kakadus commented 3 weeks ago

close #2217

niklasmohrin commented 3 weeks ago

Huh? Wouldn't the real fix be to replace the $.post call (in QuestionnaireGrid) with a fetch? Or does this occur in more places? As far as I can tell, sortablejs does not use jquery itself and it should be all our doing