diff --git a/pandora_console/ChangeLog b/pandora_console/ChangeLog index 207891e1c2..c19f01d8b0 100644 --- a/pandora_console/ChangeLog +++ b/pandora_console/ChangeLog @@ -1,3 +1,8 @@ +2013-04-15 Sergio Martin + + * general/header.php: Adding id to the header table + to avoid jquery malfunctions in other places + 2013-04-15 Sergio Martin * include/functions_html.php diff --git a/pandora_console/general/header.php b/pandora_console/general/header.php index e99a5c2daf..f8ecb82fb4 100644 --- a/pandora_console/general/header.php +++ b/pandora_console/general/header.php @@ -45,6 +45,7 @@ config_check(); id = "header_table"; $table->class = "none"; $table->cellpadding = 0; $table->cellspacing = 0;