Small changes for #32

This commit is contained in:
tidusjar 2016-04-05 08:49:11 +01:00
commit f2ba56f131
4 changed files with 8 additions and 4 deletions

View file

@ -131,6 +131,9 @@
{
<text>
var qualitySelected = @Model.QualityProfile;
if (!qualitySelected) {
return;
}
var $form = $("#mainForm");
$.ajax({
type: $form.prop("method"),