From 01fd21655e9df5d3c46e04b7649fd4030829b27d Mon Sep 17 00:00:00 2001 From: javilanz Date: Wed, 10 Aug 2011 15:30:40 +0000 Subject: [PATCH] 2011-08-10 Javier Lanz * operation/agentes/exportdata.php: Fixed an ugly spelling mistake git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@4708 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f --- pandora_console/ChangeLog | 4 ++++ pandora_console/operation/agentes/exportdata.php | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/pandora_console/ChangeLog b/pandora_console/ChangeLog index 2bad27c6c1..954e8fdc34 100644 --- a/pandora_console/ChangeLog +++ b/pandora_console/ChangeLog @@ -1,3 +1,7 @@ +2011-08-10 Javier Lanz + + * operation/agentes/exportdata.php: Fixed an ugly spelling mistake + 2011-08-10 Juan Manuel Ramon * include/functions_config.php: Fixed premature warning message about db diff --git a/pandora_console/operation/agentes/exportdata.php b/pandora_console/operation/agentes/exportdata.php index 8c0281a3d8..8b887d8adf 100644 --- a/pandora_console/operation/agentes/exportdata.php +++ b/pandora_console/operation/agentes/exportdata.php @@ -394,7 +394,7 @@ $(document).ready (function () { success: function(msg){ if (msg.length == 0) { $("#text-agent").css ('background-color', '#FF8080'); - $("#text-agent").val(""); + $("#text-agent").val(""); $("#text-agent").attr("disabled", true); $("#text-agent").css ('color', '#000000'); inputActive = false;