diff options
| author | rr- | 2016-08-28 20:01:44 +0200 |
|---|---|---|
| committer | rr- | 2016-08-28 22:23:20 +0200 |
| commit | e83e1b06a1159ba66d2d8bf560d038ea3c7a07b3 (patch) | |
| tree | 2ec38b20d2209f21e43fcde77640e8cc699e3fd7 /client/js/util | |
| parent | 79d7b83e39be415724543871317d6bdc1990cfed (diff) | |
client/general: remove spurious console.log
Diffstat (limited to 'client/js/util')
| -rw-r--r-- | client/js/util/views.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/client/js/util/views.js b/client/js/util/views.js index ad2eb84..f340a00 100644 --- a/client/js/util/views.js +++ b/client/js/util/views.js @@ -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(); } }); |