Make A-Z browsing a toggle button, review results highlighting

This commit is contained in:
Claude Brisson
2024-05-24 10:35:53 +02:00
parent bed49a2be9
commit 48d22d5178
3 changed files with 31 additions and 13 deletions

View File

@@ -159,7 +159,7 @@ NodeList.prototype.clear = function() {
return this;
}
Element.prototype.clear = function() {
this.innerHTML = '';
while (this.firstChild) this.removeChild(this.lastChild);
return this;
}