mirror of
https://github.com/unraid/webgui.git
synced 2026-01-13 21:20:01 -06:00
Spaces grr
This commit is contained in:
@@ -121,7 +121,7 @@ function checkPorts(form) {
|
||||
for (var i=0; i < check.length; i++) {
|
||||
var key = check[i]['key'];
|
||||
var port = check[i]['port'];
|
||||
var portdefault = check[i]['default']
|
||||
var portdefault = check[i]['default']
|
||||
var item = $(form).find('input[name="'+key+'"]');
|
||||
if (!item.val()) item.val(portdefault);
|
||||
if (item.prop("disabled")) continue;
|
||||
|
||||
Reference in New Issue
Block a user