#10623 removal of the default text in the textarea description
This commit is contained in:
parent
8effae4991
commit
4b74dc7e78
|
@ -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
|
||||||
/*
|
/*
|
||||||
|
|
Loading…
Reference in New Issue