From 4b74dc7e7882c9a0e02f1a662ebca904d95e85b3 Mon Sep 17 00:00:00 2001 From: Jorge Rincon Date: Wed, 26 Apr 2023 09:38:03 +0200 Subject: [PATCH] #10623 removal of the default text in the textarea description --- pandora_console/godmode/agentes/configurar_agente.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pandora_console/godmode/agentes/configurar_agente.php b/pandora_console/godmode/agentes/configurar_agente.php index da75fd6342..92e32c84e4 100644 --- a/pandora_console/godmode/agentes/configurar_agente.php +++ b/pandora_console/godmode/agentes/configurar_agente.php @@ -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() {