#10623 removal of the default text in the textarea description

This commit is contained in:
Jorge Rincon 2023-04-26 09:38:03 +02:00
parent 8effae4991
commit 4b74dc7e78
1 changed files with 3 additions and 3 deletions

View File

@ -2521,9 +2521,9 @@ switch ($tab) {
}); });
// Change description when edit port // 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`); $( "#textarea_description" ).text(`Checks port ${$( "#text-tcp_port" ).val()} is opened`);
}); });*/
// Set the position and width of the subtab // Set the position and width of the subtab
/* /*