Skip to content

Commit

Permalink
Update webplayer.js
Browse files Browse the repository at this point in the history
  • Loading branch information
RobLoach authored Aug 17, 2016
1 parent 7602ce5 commit 6db5a42
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions emscripten/webplayer.js
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ function startRetroArch()
// Disable the VSync option.
jQuery('#vsync')
.attr('disabled', true)
.parent('.form-check')
.parents('.form-check')
.addClass('disabled');
document.getElementById('latency').disabled = true;
document.getElementById('latency-label').style.color = 'gray';
Expand Down Expand Up @@ -247,4 +247,4 @@ var Module =
{
this.totalDependencies = Math.max(this.totalDependencies, left);
}
};
};

0 comments on commit 6db5a42

Please sign in to comment.