mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-27 07:44:04 +02:00
Removed on noisy chatter from JS debug
This commit is contained in:
parent
8e44c66850
commit
485222492b
@ -322,7 +322,8 @@
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
self.icinga.logger.debug('Fixing controls for ', $parent);
|
// Enable this only in case you want to track down UI problems
|
||||||
|
// self.icinga.logger.debug('Fixing controls for ', $parent);
|
||||||
|
|
||||||
$('.controls', $parent).each(function (idx, el) {
|
$('.controls', $parent).each(function (idx, el) {
|
||||||
var $el = $(el);
|
var $el = $(el);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user