diff --git a/modules/itop-attachments/model.attachments.php b/modules/itop-attachments/model.attachments.php index 001a35b70..d89a689a7 100644 --- a/modules/itop-attachments/model.attachments.php +++ b/modules/itop-attachments/model.attachments.php @@ -394,7 +394,7 @@ EOF function ajaxFileUpload() { //starting setting some animation when the ajax starts and completes - $("#loading").ajaxStart(function(){ + $("#attachment_loading").ajaxStart(function(){ $(this).show(); }).ajaxComplete(function(){ $(this).hide(); @@ -462,9 +462,9 @@ EOF $oPage->add(''); $oPage->add('
'); $sMaxUpload = $this->GetMaxUpload(); - $oPage->p(Dict::S('Attachments:AddAttachment').' '.$sMaxUpload); + $oPage->p(Dict::S('Attachments:AddAttachment').' '.$sMaxUpload); //$oPage->p(''); - $oPage->p(''); + $oPage->p(''); $oPage->add(''); if ($this->m_bDeleteEnabled) {