forked from mirrors/bookwyrm
Removes unused javascript
This commit is contained in:
parent
3e58163f0d
commit
f42fd28c73
1 changed files with 0 additions and 4 deletions
|
@ -29,10 +29,6 @@ window.onload = function() {
|
|||
// update localstorage
|
||||
Array.from(document.getElementsByClassName('set-display'))
|
||||
.forEach(t => t.onclick = updateDisplay);
|
||||
|
||||
// toggle display
|
||||
Array.from(document.getElementsByClassName('toggle-button'))
|
||||
.forEach(t => t.onclick = toggleDisplay);
|
||||
};
|
||||
|
||||
function updateDisplay(e) {
|
||||
|
|
Loading…
Reference in a new issue