mirror of
https://github.com/rr-/szurubooru.git
synced 2025-07-17 08:26:24 +00:00
client/general: remove spurious console.log
This commit is contained in:
@ -481,7 +481,6 @@ document.addEventListener('input', e => {
|
||||
// prevent opening buttons in new tabs
|
||||
document.addEventListener('click', e => {
|
||||
if (e.target.getAttribute('href') === '' && e.which === 2) {
|
||||
console.log('prevented');
|
||||
e.preventDefault();
|
||||
}
|
||||
});
|
||||
|
Reference in New Issue
Block a user