|
|
|
@ -130,7 +130,12 @@
|
|
|
|
|
|
|
|
|
|
@if (!string.IsNullOrEmpty(Model.QualityProfile))
|
|
|
|
|
{
|
|
|
|
|
|
|
|
|
|
<text>
|
|
|
|
|
|
|
|
|
|
preLoad();
|
|
|
|
|
|
|
|
|
|
function preLoad() {
|
|
|
|
|
var qualitySelected = @Model.QualityProfile;
|
|
|
|
|
if (!qualitySelected) {
|
|
|
|
|
return;
|
|
|
|
@ -156,6 +161,7 @@
|
|
|
|
|
generateNotify("Something went wrong!", "danger");
|
|
|
|
|
}
|
|
|
|
|
});
|
|
|
|
|
}
|
|
|
|
|
</text>
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|