Y
Hacker News
new
|
ask
|
show
|
jobs
by
sattoshi
3098 days ago
There is an easily-fixable bug that breaks it on Firefox,
Change `$('#cameraInput').change(function (e) {` to `$('#cameraInput').change(function (event) {`