mirror of
https://github.com/unraid/webgui.git
synced 2026-01-05 00:59:48 -06:00
Update Custom.form.php
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user