Commit 6ceb66a6 authored by steurwadkar's avatar steurwadkar

Attachment plugin changes for Browser


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@105103 ce508802-f39f-4f6c-b175-0d175dae99d5
parent aa74f2da
......@@ -1102,7 +1102,9 @@ function uploadImg(inputElem)
LAYOUT : "T",
MIN_REQUIRED : 0,
MAX_ALLOWED : 5,
CONTENT_TYPE : types
CONTENT_TYPE : types,
//Added by Santosh on 21/03/2017 to call attachment plugin as per new changes
IS_HOSTED_MODE: true
});
if (targetDiv)
......
......@@ -716,7 +716,9 @@ function setActionVal( value )
LAYOUT : "T",
MIN_REQUIRED : 0,
MAX_ALLOWED : 5,
CONTENT_TYPE : types
CONTENT_TYPE : types,
//Added by Santosh on 21/03/2017 to call attachment plugin as per new changes
IS_HOSTED_MODE: true
});
if (targetDiv)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment