From 7353e4efc1a4cdbd32f1121f9ee2c02da26f2617 Mon Sep 17 00:00:00 2001 From: zarzuelo Date: Tue, 12 Nov 2013 12:21:22 +0000 Subject: [PATCH] 2013-11-12 Sergio Martin * include/javascript/pandora.js: Fix ugly chars in the title of the many select options. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@9060 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f --- pandora_console/ChangeLog | 5 +++++ pandora_console/include/javascript/pandora.js | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/pandora_console/ChangeLog b/pandora_console/ChangeLog index ab150c27e9..2528521e97 100644 --- a/pandora_console/ChangeLog +++ b/pandora_console/ChangeLog @@ -1,3 +1,8 @@ +2013-11-12 Sergio Martin + + * include/javascript/pandora.js: Fix ugly chars in the + title of the many select options. + 2013-11-12 Miguel de Dios * general/header.php: fixed the action to click in the search diff --git a/pandora_console/include/javascript/pandora.js b/pandora_console/include/javascript/pandora.js index 721ce65046..84c40d031e 100644 --- a/pandora_console/include/javascript/pandora.js +++ b/pandora_console/include/javascript/pandora.js @@ -265,7 +265,7 @@ function agent_changed_by_multiple_agents (event, id_agent, selected) { .append ($('') .html (s) .attr ("value", i) - .attr("title", i)); + .attr("title", s)); $('#module').fadeIn ('normal'); });