Hide the data picker form, let first check how it behaves in prod using the URL parameter only.

I believe this will not work in prod since the file are copied after the data.js is generated.
This commit is contained in:
Benoit Marty
2024-04-15 11:31:41 +02:00
parent dfccdd465d
commit 52a2cc2384

View File

@@ -149,6 +149,7 @@ function addForm() {
};
label2.appendChild(input2);
form.appendChild(label2);
/*
// Add a date picker to input the minimum date of modification
const label3 = document.createElement('label');
label3.textContent = 'If modified since:';
@@ -168,6 +169,7 @@ function addForm() {
addTable();
};
form.appendChild(dateInput);
*/
// Add a span with id result to display the number of lines
const lines = document.createElement('span');
lines.id = 'lines';