oops forgot a console log

pull/2/head
Ondřej Hruška 7 years ago
parent b0589ed35c
commit f8cc9f30d3
Signed by: MightyPork
GPG Key ID: 2C5FD5035250423D
  1. 1
      js/term/buttons.js

@ -18,7 +18,6 @@ module.exports = function initButtons (input) {
container.appendChild(button)
button.addEventListener('click', e => {
console.log('button click', e)
// might as well use the attribute ¯\_(ツ)_/¯
let index = +button.getAttribute('data-n')
input.sendButton(index)

Loading…
Cancel
Save