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
dfccdd465d
commit
52a2cc2384
1 changed files with 2 additions and 0 deletions
|
|
@ -149,6 +149,7 @@ function addForm() {
|
||||||
};
|
};
|
||||||
label2.appendChild(input2);
|
label2.appendChild(input2);
|
||||||
form.appendChild(label2);
|
form.appendChild(label2);
|
||||||
|
/*
|
||||||
// Add a date picker to input the minimum date of modification
|
// Add a date picker to input the minimum date of modification
|
||||||
const label3 = document.createElement('label');
|
const label3 = document.createElement('label');
|
||||||
label3.textContent = 'If modified since:';
|
label3.textContent = 'If modified since:';
|
||||||
|
|
@ -168,6 +169,7 @@ function addForm() {
|
||||||
addTable();
|
addTable();
|
||||||
};
|
};
|
||||||
form.appendChild(dateInput);
|
form.appendChild(dateInput);
|
||||||
|
*/
|
||||||
// Add a span with id result to display the number of lines
|
// Add a span with id result to display the number of lines
|
||||||
const lines = document.createElement('span');
|
const lines = document.createElement('span');
|
||||||
lines.id = 'lines';
|
lines.id = 'lines';
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue