MakeICT / event-creator

0 stars 3 forks source link

Can't select first template in list #21

Closed Rowbotronics closed 5 years ago

Rowbotronics commented 5 years ago

Every time the createClass page is loaded the template select dropbox reverts to the first template in the list. Because templates are loaded base on the select element's onchange attribute, it is impossible to select the first template.

To fix this we should probably set the select box to the current template on page load and/or add a separate button to trigger loading a new template.