Skip to content
This repository has been archived by the owner on Aug 13, 2021. It is now read-only.

Commit

Permalink
Fixed #11
Browse files Browse the repository at this point in the history
  • Loading branch information
thepaperpilot committed May 8, 2017
1 parent dabb4e5 commit 8844e53
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/renderer-process/application.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,8 @@ exports.init = function() {
element.emote = emotes[i]
element.addEventListener('click', emoteClick)
}
document.getElementById('babble').addEventListener('mousedown', controller.startBabblingLocal)
document.getElementById('babble').addEventListener('mouseup', controller.stopBabblingLocal)
document.getElementById('popout').addEventListener('click', controller.popOut)
document.getElementById('settings').addEventListener('click', toggleSettings)
document.getElementById('colorpicker').addEventListener('change', colorpickerChange)
Expand Down

0 comments on commit 8844e53

Please sign in to comment.