Skip to content

Commit

Permalink
Fix broken PR selector and a webkitGetUserMedia regression
Browse files Browse the repository at this point in the history
  • Loading branch information
thieman committed May 20, 2014
1 parent 57dcddb commit 5b3baf8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion chrome/compare.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
(function() {
var config = {
insertBefore : ['.composer-submit'],
bodySelector : '#pull_request_body',
bodySelector : '[name="pull_request[body]"]',
buttonHTML : (
'<div class="selfieButtonContainer">' +
'<button id="totallyAwesomeSelfieButton" type="button" class="button">' +
Expand Down
2 changes: 1 addition & 1 deletion chrome/selfie-base.js
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ function GitHubSelfies(config) {
stream = _stream;
$(config.videoSelector).attr('src', window.URL.createObjectURL(stream));
if (typeof config.postVideoStart === 'function') { config.postVideoStart(); }
});
}, function() {});
}

function stopVideo () {
Expand Down

0 comments on commit 5b3baf8

Please sign in to comment.