removes obsolete toggle_filter function

git-svn-id: https://dev.finn.de/svn/cockpit/branches/deployment_merge@2141 7926756e-e54e-46e6-9721-ed318f58905e
pull/6827/head
j.wollert 14 years ago
parent 3ece3d051e
commit 8784636088
  1. 11
      assets/javascripts/reporting.js

@ -1,16 +1,5 @@
/*global $, selectAllOptions, moveOptions */
function toggle_filter(field) {
var to_toggle, label;
label = $('label_' + field);
to_toggle = label.up().siblings();
if (label.visible()) {
to_toggle.invoke('show');
} else {
to_toggle.invoke('hide');
}
}
function make_select_accept_multiple_values(select) {
select.multiple = true;
select.size = 4;

Loading…
Cancel
Save