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
pull/6827/head
j.wollert 14 years ago
parent 88f6ecde38
commit 7a1eef33d0
  1. 2
      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) {

Loading…
Cancel
Save