#10623 removal of the default text in the textarea description
This commit is contained in:
parent
8effae4991
commit
4b74dc7e78
|
@ -2521,10 +2521,10 @@ switch ($tab) {
|
|||
});
|
||||
|
||||
// Change description when edit port
|
||||
$( "#text-tcp_port" ).change(function() {
|
||||
/*$( "#text-tcp_port" ).change(function() {
|
||||
$( "#textarea_description" ).text(`Checks port ${$( "#text-tcp_port" ).val()} is opened`);
|
||||
});
|
||||
|
||||
});*/
|
||||
|
||||
// Set the position and width of the subtab
|
||||
/*
|
||||
function agent_wizard_tab_setup() {
|
||||
|
|
Loading…
Reference in New Issue