Skip to content
Snippets Groups Projects
Commit 5e12f19e authored by Lene Wasskog's avatar Lene Wasskog
Browse files

chore: Set start year to 2024 for grid models

parent 51d533a4
No related branches found
No related tags found
No related merge requests found
......@@ -24,7 +24,7 @@
$(document).ready(function() {
// Populate the year select element
const currentYear = getSystemTime().year();
const startYear = 2023;
const startYear = 2024;
const yearSelect = document.getElementById('year');
for (let year = startYear; year <= currentYear; year++) {
const option = document.createElement('option');
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment