Merge pull request #8671 from edx/ahsan/ECOM-1739-reverification-ask-for-webcam-permission-twice

Reverification flow asks for permission to use the webcam twice
This commit is contained in:
Ahsan Ulhaq
2015-06-25 19:42:05 +05:00

View File

@@ -37,7 +37,6 @@
this.listenTo( this.model, 'sync', _.bind( this.handleSubmitPhotoSuccess, this ));
this.listenTo( this.model, 'error', _.bind( this.handleSubmissionError, this ));
this.render();
},
render: function() {