Skip to content

Commit d19078d

Browse files
committed
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.
1 parent b3ba0db commit d19078d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

screenshots/html/script.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -149,6 +149,7 @@ function addForm() {
149149
};
150150
label2.appendChild(input2);
151151
form.appendChild(label2);
152+
/*
152153
// Add a date picker to input the minimum date of modification
153154
const label3 = document.createElement('label');
154155
label3.textContent = 'If modified since:';
@@ -168,6 +169,7 @@ function addForm() {
168169
addTable();
169170
};
170171
form.appendChild(dateInput);
172+
*/
171173
// Add a span with id result to display the number of lines
172174
const lines = document.createElement('span');
173175
lines.id = 'lines';

0 commit comments

Comments
 (0)