Update webplayer.js

This commit is contained in:
Rob Loach 2016-08-17 13:52:39 -04:00 committed by GitHub
parent 7602ce5bc9
commit 6db5a423fa

View File

@ -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';
@ -247,4 +247,4 @@ var Module =
{
this.totalDependencies = Math.max(this.totalDependencies, left);
}
};
};