parent
208c7a849c
commit
789dd7acd6
|
@ -35,7 +35,7 @@ if (window.location.hash.toLowerCase() == "#skinvariantsbuilder") {
|
|||
|
||||
domsToUpdate.forEach(function(el) { el.addClass(new_classes.join(" ")); });
|
||||
|
||||
$('#skin-variants-result').val('"skinVariants": "' + new_classes.join(" ") + '"');
|
||||
$('#skin-variants-result').val('"skinVariants": "' + new_classes.join(" ") + '",');
|
||||
}
|
||||
|
||||
// run on init
|
||||
|
@ -52,4 +52,4 @@ if (window.location.hash.toLowerCase() == "#skinvariantsbuilder") {
|
|||
|
||||
$('#skin-variant-full-width').prop('checked', $('html').hasClass('full-width-editor'));
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue