One thing less TODO, had already been fixed two lines below

This commit is contained in:
Thomas Gelf 2014-04-17 16:24:40 +00:00
parent 4a6fe006d8
commit 649ebef287
1 changed files with 0 additions and 2 deletions

View File

@ -311,10 +311,8 @@
req.$target.data('icingaModule', moduleName);
classes.push('icinga-module');
classes.push('module-' + moduleName);
req.$target.attr('class', classes);
} else {
req.$target.removeData('icingaModule');
// req.$target.attr('class', 'container'); // TODO: remove module-$name
}
req.$target.attr('class', classes.join(' '));