Front: turn Webcam.js error from an alert to a console log

This commit is contained in:
tleb 2020-03-03 09:01:20 +01:00
parent 9176a03a8a
commit 7fb26f9e45
1 changed files with 1 additions and 0 deletions

View File

@ -52,6 +52,7 @@
{% if not form.instance.profile_pict %}
<script src="{{ static('core/js/webcam.js') }}"></script>
<script language="JavaScript">
Webcam.hooks.error = function(msg) { console.log("Webcam.js error: " + msg) }
Webcam.set({
width: 320,
height: 240,