mirror of
https://github.com/Icinga/icingaweb2.git
synced 2026-04-15 22:09:28 -04:00
One thing less TODO, had already been fixed two lines below
This commit is contained in:
parent
4a6fe006d8
commit
649ebef287
1 changed files with 0 additions and 2 deletions
|
|
@ -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(' '));
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue