client/general: remove spurious console.log
This commit is contained in:
parent
79d7b83e39
commit
e83e1b06a1
1 changed files with 0 additions and 1 deletions
|
@ -481,7 +481,6 @@ document.addEventListener('input', e => {
|
||||||
// prevent opening buttons in new tabs
|
// prevent opening buttons in new tabs
|
||||||
document.addEventListener('click', e => {
|
document.addEventListener('click', e => {
|
||||||
if (e.target.getAttribute('href') === '' && e.which === 2) {
|
if (e.target.getAttribute('href') === '' && e.which === 2) {
|
||||||
console.log('prevented');
|
|
||||||
e.preventDefault();
|
e.preventDefault();
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in a new issue