This commit is contained in:
parent
8f1c9df3e0
commit
9148adbcfb
1 changed files with 2 additions and 1 deletions
|
|
@ -372,7 +372,8 @@
|
|||
function clear() {
|
||||
document.querySelector('.week').textContent = '';
|
||||
document.querySelector('.date').textContent = '';
|
||||
document.querySelectorAll('td').forEach(el => el.innerHTML = ' ');
|
||||
document.querySelectorAll('.month td').forEach(el => el.innerHTML = ' ');
|
||||
document.querySelectorAll('.week td').forEach(el => el.innerHTML = ' ');
|
||||
}
|
||||
|
||||
document.querySelector('#settings-update').onclick = update;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue