Update Custom.form.php

This commit is contained in:
SimonFair
2024-04-19 15:25:43 +01:00
parent 7cce87baa2
commit 2bec253098

View File

@@ -1913,6 +1913,8 @@ $(function() {
$('.advancedview').change(function () {
if ($(this).is(':checked')) {
setTimeout(function() {
var xmlPanelHeight = window.outerHeight - 550;
editor.setSize(null,xmlPanelHeight);
editor.refresh();
}, 100);
}