diff --git a/library/Icinga/Web/Form.php b/library/Icinga/Web/Form.php index d93c595da..3f2ee94e7 100644 --- a/library/Icinga/Web/Form.php +++ b/library/Icinga/Web/Form.php @@ -317,7 +317,7 @@ class Form extends Zend_Form $this->addElementDecorators(); $this->created = true; if (!$this->ignoreChangeDiscarding) { - $this->setAttrib('data-icinga-component', 'app/form'); + //$this->setAttrib('data-icinga-component', 'app/form'); } } }