Private GIT

Skip to content
Snippets Groups Projects
Commit f5ba9392 authored by Panagiotis Koutsias's avatar Panagiotis Koutsias
Browse files

Fixed qualityChooser not expanding custom qualities fields

parent c3579938
Branches
Tags
No related merge requests found
$(document).ready(function() {
function setFromPresets (preset) {
if (preset === 0) {
if (parseInt(preset) === 0) {
$('#customQuality').show();
return;
} else {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment