Archived
1
0
Fork 0
This repository has been archived on 2024-02-17. You can view files and clone it, but cannot push or open issues or pull requests.
SOD/public/javascripts/sandwiches.js

5 lines
131 B
JavaScript
Raw Permalink Normal View History

2020-08-16 13:26:58 +02:00
const date = document.getElementById("date");
date.addEventListener("change", () => window.location.href = "?date="+date.value);