diff --git a/pandora_console/ChangeLog b/pandora_console/ChangeLog index 5ec058639f..ab150c27e9 100644 --- a/pandora_console/ChangeLog +++ b/pandora_console/ChangeLog @@ -1,3 +1,9 @@ +2013-11-12 Miguel de Dios + + * general/header.php: fixed the action to click in the search + bar with something wrote that before the javascript empty this + field, now it does not empty. + 2013-11-12 Miguel de Dios * operation/agentes/networkmap.php: changed the size of the field diff --git a/pandora_console/general/header.php b/pandora_console/general/header.php index 5e1a7effa8..47f26ab595 100644 --- a/pandora_console/general/header.php +++ b/pandora_console/general/header.php @@ -224,6 +224,7 @@ config_check(); $search_bar .= "value='" . $config['search_keywords'] . "'"; $search_bar .= 'onfocus="javascript: if (fieldKeyWordEmpty) $(\'#keywords\').val(\'\');" + onkeyup="javascript: fieldKeyWordEmpty = false;" style="margin-top:5px;" class="search_input" />'; //$search_bar .= 'onClick="javascript: document.quicksearch.submit()"';