Ajax file upload is now part of the standard JS includes in the iTop pages.

SVN:trunk[2306]
This commit is contained in:
Denis Flaven
2012-10-20 13:36:20 +00:00
parent c05c1062ce
commit 08a320cf2b
6 changed files with 2 additions and 193 deletions

View File

@@ -238,7 +238,6 @@ EOF
{
$sIsDeleteEnabled = $this->m_bDeleteEnabled ? 'true' : 'false';
$iTransactionId = $oPage->GetTransactionId();
$oPage->add_linked_script(utils::GetAbsoluteUrlModulesRoot().'itop-attachments/ajaxfileupload.js');
$sClass = get_class($oObject);
$sTempId = session_id().'_'.$iTransactionId;
$sDeleteBtn = Dict::S('Attachments:DeleteBtn');