mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
parent
96bf55d9b5
commit
99ace4fc69
@ -717,6 +717,9 @@ events.push(function() {
|
||||
if ($('#destination_type').find(":selected").val() == "network") {
|
||||
disableInput('destination', false);
|
||||
disableInput('destination_subnet', false);
|
||||
$('#destination, #source').autocomplete({
|
||||
source: addressarray
|
||||
});
|
||||
} else {
|
||||
$('#destination').val("");
|
||||
disableInput('destination', true);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user