Skip to content

Commit 127f2b9

Browse files
Remove unused func
1 parent ddf908e commit 127f2b9

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

static/hackmysql.js

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,4 @@ function zen() {
2424
document.getElementById("focus").classList.toggle('zen');
2525
document.querySelector('article').classList.toggle('noborder');
2626
}
27-
function showAnswer(id) {
28-
let b = event.srcElement; // the button
29-
b.style.display = 'none';
30-
let a = b.nextElementSibling; // the answer <p> next to button
31-
a.style.display = 'inline';
32-
}
3327
window.onclick = function(e) { if (!e.target.matches('.menuButton')) closeMenus() }

0 commit comments

Comments
 (0)