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:
parent
b3ba0db887
commit
d19078d3df
1 changed files with 2 additions and 0 deletions
|
|
@ -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';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue