We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b3ba0db commit d19078dCopy full SHA for d19078d
screenshots/html/script.js
@@ -149,6 +149,7 @@ function addForm() {
149
};
150
label2.appendChild(input2);
151
form.appendChild(label2);
152
+ /*
153
// Add a date picker to input the minimum date of modification
154
const label3 = document.createElement('label');
155
label3.textContent = 'If modified since:';
@@ -168,6 +169,7 @@ function addForm() {
168
169
addTable();
170
171
form.appendChild(dateInput);
172
+ */
173
// Add a span with id result to display the number of lines
174
const lines = document.createElement('span');
175
lines.id = 'lines';
0 commit comments