From 7a1eef33d0af38258b2b29d58431b3bb4c4d71ad Mon Sep 17 00:00:00 2001 From: "j.wollert" Date: Fri, 24 Sep 2010 16:21:30 +0000 Subject: [PATCH] don't mess with group_by labels git-svn-id: https://dev.finn.de/svn/cockpit/branches/reporting_merge@1805 7926756e-e54e-46e6-9721-ed318f58905e --- assets/javascripts/reporting.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/javascripts/reporting.js b/assets/javascripts/reporting.js index 3e35346663..e810ee97ee 100644 --- a/assets/javascripts/reporting.js +++ b/assets/javascripts/reporting.js @@ -338,7 +338,7 @@ function init_label(group_by) { } function sanitized_selected(select) { - return select.descendants().select(function(e) { return e.value == select.value }).first().innerHTML.strip().replace(/(&(\w+;)|\W)/g, ""); + return select.descendants().select(function(e) { return e.value == select.value }).first().innerHTML.strip(); } function init_group_by(field) {