diff --git a/plugins/dynamix.vm.manager/templates/Custom.form.php b/plugins/dynamix.vm.manager/templates/Custom.form.php index 80f9121e8..c5c321617 100644 --- a/plugins/dynamix.vm.manager/templates/Custom.form.php +++ b/plugins/dynamix.vm.manager/templates/Custom.form.php @@ -1264,8 +1264,7 @@ $(function() { } $('.advancedview').change(function () { - if - ($(this).is(':checked')) { + if ($(this).is(':checked')) { setTimeout(function() { editor.refresh(); }, 100);