Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
edx-platform
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
edx
edx-platform
Commits
4c23f928
Commit
4c23f928
authored
Apr 01, 2014
by
David Baumgold
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #3138 from edx/db/add-getusermedia-note
Added comment to getUserMedia call in photocapture.js
parents
ac18d6a0
ce0bc8f8
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
lms/static/js/verify_student/photocapture.js
+3
-0
No files found.
lms/static/js/verify_student/photocapture.js
View file @
4c23f928
...
@@ -217,6 +217,9 @@ function initSnapshotHandler(names, hasHtml5CameraSupport) {
...
@@ -217,6 +217,9 @@ function initSnapshotHandler(names, hasHtml5CameraSupport) {
// We do this in a recursive call on success because Firefox seems to
// We do this in a recursive call on success because Firefox seems to
// simply eat the request if you stack up two on top of each other before
// simply eat the request if you stack up two on top of each other before
// the user has a chance to approve the first one.
// the user has a chance to approve the first one.
//
// This appears to be necessary for older versions of Firefox (before 28).
// For more info, see https://github.com/edx/edx-platform/pull/3053
initSnapshotHandler
(
names
,
hasHtml5CameraSupport
);
initSnapshotHandler
(
names
,
hasHtml5CameraSupport
);
},
onVideoFail
);
},
onVideoFail
);
}
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment